HttpRequest.HttpChannelBinding 属性
定义
获取当前 ChannelBinding 实例的 HttpWorkerRequest 对象。Gets the ChannelBinding object of the current HttpWorkerRequest instance.
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 对象。The ChannelBinding object of the current HttpWorkerRequest instance.
例外
当前的 HttpWorkerRequest 对象不是 System.Web.Hosting.IIS7WorkerRequest
对象或 System.Web.Hosting.ISAPIWorkerRequestInProc
对象。The current HttpWorkerRequest object is not a System.Web.Hosting.IIS7WorkerRequest
object or a System.Web.Hosting.ISAPIWorkerRequestInProc
object.