共用方式為


HubConnection.ConnectionId 屬性

定義

取得連接的目前識別碼。當連線停止時,將會清除此值,而且每次) 重新建立連線時都會有新的值 (重新建立。 如果透過 HttpConnectionOptions 略過交涉步驟,或明確指定 WebSockets 傳輸,則此值會是 Null,因為用戶端也會略過該案例中的交涉。

public:
 property System::String ^ ConnectionId { System::String ^ get(); };
public string ConnectionId { get; }
public string? ConnectionId { get; }
member this.ConnectionId : string
Public ReadOnly Property ConnectionId As String

屬性值

適用於