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

속성 값

현재 ChannelBinding 인스턴스의 HttpWorkerRequest 개체입니다.

예외

현재 HttpWorkerRequest 개체는 System.Web.Hosting.IIS7WorkerRequest 개체 또는 System.Web.Hosting.ISAPIWorkerRequestInProc 개체가 아닙니다.

적용 대상