HttpRequest.HttpChannelBinding Eigenschaft

Definition

Ruft das ChannelBinding-Objekt der aktuellen HttpWorkerRequest-Instanz ab.

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

Eigenschaftswert

Das ChannelBinding-Objekt der aktuellen HttpWorkerRequest-Instanz.

Ausnahmen

Das aktuelle HttpWorkerRequest-Objekt ist kein System.Web.Hosting.IIS7WorkerRequest-Objekt oder kein System.Web.Hosting.ISAPIWorkerRequestInProc-Objekt.

Gilt für: