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 を使用して送信された の HttpListenerRequest チャネル バインド トークン (CBT) を取得できます。
アプリケーションでは、 プロパティを TransportContext 使用して、ネイティブ Win32 AcceptSecurityContext 関数の呼び出しを使用してカスタム認証を実行できます。
アプリケーションが メソッドを使用してこのTransportContextプロパティからチャネル バインド トークン (CBT) を取得しようとしたときに、 ChannelBindingKind が ではないEndpoint場合HttpListenerRequest、 は をスローNotSupportedExceptionGetChannelBindingします。 は HttpListenerRequest 、 メソッドを GetChannelBinding 内部実装でオーバーライドします。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET