HttpRequestBase.HttpChannelBinding プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、現在の ChannelBinding インスタンスの HttpWorkerRequest オブジェクトを取得します。
public:
virtual property System::Security::Authentication::ExtendedProtection::ChannelBinding ^ HttpChannelBinding { System::Security::Authentication::ExtendedProtection::ChannelBinding ^ get(); };
public virtual System.Security.Authentication.ExtendedProtection.ChannelBinding HttpChannelBinding { get; }
member this.HttpChannelBinding : System.Security.Authentication.ExtendedProtection.ChannelBinding
Public Overridable ReadOnly Property HttpChannelBinding As ChannelBinding
プロパティ値
現在の HttpWorkerRequest インスタンスの ChannelBinding オブジェクト。
例外
現在の HttpWorkerRequest オブジェクトが、System.Web.Hosting.IIS7WorkerRequest
オブジェクトまたは System.Web.Hosting.ISAPIWorkerRequestInProc
オブジェクトではありません。