HttpConnection.ConnectionId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連接識別碼。
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
。