HttpRequestBase.HttpChannelBinding Propiedad

Definición

Cuando se reemplaza en una clase derivada, obtiene el ChannelBinding objeto de la instancia actual HttpWorkerRequest .

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

Valor de propiedad

Objeto ChannelBinding de la instancia actual HttpWorkerRequest .

Excepciones

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

Se aplica a