SocketConnectionContextFactory Class

Definition

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.

Applies to