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
对象。