Compartir a través de


HttpRequestWrapper.HttpChannelBinding Propiedad

Definición

Obtiene el objeto ChannelBinding de la instancia de HttpWorkerRequest actual.

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

Valor de propiedad

ChannelBinding

Objeto ChannelBinding de la instancia de HttpWorkerRequest actual.

Excepciones

El objeto HttpWorkerRequest actual no es un objeto System.Web.Hosting.IIS7WorkerRequest ni System.Web.Hosting.ISAPIWorkerRequestInProc.

Se aplica a