Sdílet prostřednictvím


HttpRequestWrapper.HttpChannelBinding Vlastnost

Definice

Získá ChannelBinding objekt aktuální HttpWorkerRequest instance.

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

Hodnota vlastnosti

ChannelBinding

ChannelBindingObjekt aktuální HttpWorkerRequest instance.

Výjimky

Aktuální HttpWorkerRequest objekt není System.Web.Hosting.IIS7WorkerRequest objekt nebo System.Web.Hosting.ISAPIWorkerRequestInProc objekt.

Platí pro