HttpRequest.HttpChannelBinding Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o ChannelBinding objeto da instância atual 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 Propriedade
O ChannelBinding objeto da instância atual HttpWorkerRequest .
Exceções
O objeto atual HttpWorkerRequest não é um System.Web.Hosting.IIS7WorkerRequest objeto nem um System.Web.Hosting.ISAPIWorkerRequestInProc objeto.