HttpRequest.HttpChannelBinding Propiedad

Definición

Obtiene el ChannelBinding objeto de la instancia actual HttpWorkerRequest .

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

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