共用方式為


HttpConnection.ConnectionId 屬性

定義

取得或設定連接識別碼。

public:
 virtual property System::String ^ ConnectionId { System::String ^ get(); void set(System::String ^ value); };
public override string ConnectionId { get; set; }
public override string? ConnectionId { get; set; }
member this.ConnectionId : string with get, set
Public Overrides Property ConnectionId As String

屬性值

備註

連線識別碼會在 啟動時設定 HttpConnection ,不應由使用者程式碼設定。 如果已使用 設定為 true 建立 SkipNegotiation 連線,則連線識別碼會是 null

適用於