HttpListenerRequest.TransportContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用戶端要求的 TransportContext。
public:
property System::Net::TransportContext ^ TransportContext { System::Net::TransportContext ^ get(); };
public System.Net.TransportContext TransportContext { get; }
member this.TransportContext : System.Net.TransportContext
Public ReadOnly Property TransportContext As TransportContext
屬性值
用戶端要求的 TransportContext 物件。
備註
TransportContext屬性可用來擷取使用 HTTPS 傳送的 (CBT) HttpListenerRequest 通道系結令牌。
應用程式可以使用 TransportContext 屬性,使用原生 Win32 AcceptSecurityContext 函式的呼叫來執行自定義驗證。
如果應用程式嘗試使用 方法從這個TransportContext屬性擷取通道系結令牌 (CBT) ,且 ChannelBindingKind 不是 Endpoint,則會HttpListenerRequest擲回 NotSupportedException。GetChannelBinding 會 HttpListenerRequest 使用內部實作覆寫 GetChannelBinding 方法。