IConnectionFactory Interface

Definition

A factory abstraction for creating connections to a SignalR server.

public interface class IConnectionFactory
public interface IConnectionFactory
type IConnectionFactory = interface
Public Interface IConnectionFactory
Derived

Methods

ConnectAsync(TransferFormat, CancellationToken)

Creates a new connection to a SignalR server using the specified TransferFormat.

DisposeAsync(ConnectionContext)

Disposes the specified ConnectionContext.

Applies to