SocketConnectionContextFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A factory for socket based connections contexts.
public sealed class SocketConnectionContextFactory : IDisposable
type SocketConnectionContextFactory = class
interface IDisposable
Public NotInheritable Class SocketConnectionContextFactory
Implements IDisposable
- Inheritance
-
SocketConnectionContextFactory
- Implements
Constructors
SocketConnectionContextFactory(SocketConnectionFactoryOptions, ILogger) |
Creates the SocketConnectionContextFactory. |
Methods
Create(Socket) |
Create a ConnectionContext for a socket. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |