HttpRequest.HttpChannelBinding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前 ChannelBinding 執行個體的 HttpWorkerRequest 物件。
public:
property System::Security::Authentication::ExtendedProtection::ChannelBinding ^ HttpChannelBinding { System::Security::Authentication::ExtendedProtection::ChannelBinding ^ get(); };
public System.Security.Authentication.ExtendedProtection.ChannelBinding HttpChannelBinding { get; }
member this.HttpChannelBinding : System.Security.Authentication.ExtendedProtection.ChannelBinding
Public ReadOnly Property HttpChannelBinding As ChannelBinding
屬性值
目前 HttpWorkerRequest 執行個體的 ChannelBinding 物件。
例外狀況
目前的 HttpWorkerRequest 物件不是 System.Web.Hosting.IIS7WorkerRequest
物件或 System.Web.Hosting.ISAPIWorkerRequestInProc
物件。