共用方式為


IConnectionFactory 介面

定義

用於建立 SignalR 伺服器的連線的處理站抽象概念。

public interface class IConnectionFactory
public interface IConnectionFactory
type IConnectionFactory = interface
Public Interface IConnectionFactory
衍生

方法

ConnectAsync(TransferFormat, CancellationToken)

使用指定的 TransferFormat 建立與 SignalR 伺服器的新連線。

DisposeAsync(ConnectionContext)

處置指定的 ConnectionContext

適用於