Share via


HttpRequest.HttpChannelBinding Propriedade

Definição

Obtém o objeto ChannelBinding da instância de HttpWorkerRequest atual.

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 da propriedade

ChannelBinding

O ChannelBinding objeto da instância atual HttpWorkerRequest .

Exceções

O objeto HttpWorkerRequest atual não é um objeto System.Web.Hosting.IIS7WorkerRequest nem um objeto System.Web.Hosting.ISAPIWorkerRequestInProc.

Aplica-se a