HttpRequestWrapper.HttpChannelBinding Eigenschap

Definitie

Hiermee haalt u het ChannelBinding object van het huidige HttpWorkerRequest exemplaar op.

public:
 virtual property System::Security::Authentication::ExtendedProtection::ChannelBinding ^ HttpChannelBinding { System::Security::Authentication::ExtendedProtection::ChannelBinding ^ get(); };
public override System.Security.Authentication.ExtendedProtection.ChannelBinding HttpChannelBinding { get; }
member this.HttpChannelBinding : System.Security.Authentication.ExtendedProtection.ChannelBinding
Public Overrides ReadOnly Property HttpChannelBinding As ChannelBinding

Waarde van eigenschap

Het ChannelBinding object van het huidige HttpWorkerRequest exemplaar.

Uitzonderingen

Het huidige HttpWorkerRequest object is geen System.Web.Hosting.IIS7WorkerRequest object of object System.Web.Hosting.ISAPIWorkerRequestInProc .

Van toepassing op