HttpRequestBase.HttpChannelBinding 属性

定义

在派生类中替代时,获取当前 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

属性值

ChannelBinding

当前 HttpWorkerRequest 实例的 ChannelBinding 对象。

例外

当前的 HttpWorkerRequest 对象不是 System.Web.Hosting.IIS7WorkerRequest 对象或 System.Web.Hosting.ISAPIWorkerRequestInProc 对象。

适用于