HttpRequest.HttpChannelBinding 属性

定义

获取当前 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 对象。

适用于