HttpRequest.HttpChannelBinding Propiedad

Definición

Obtiene el objeto ChannelBinding de la instancia de HttpWorkerRequest actual.

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 de HttpWorkerRequest actual.

Excepciones

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

Se aplica a