BrowserCapabilitiesFactory.UpgatewayProcessGateways Método

Definição

Inicializa um HttpBrowserCapabilities objeto que representa os recursos do gateway upgateway que está tratando a solicitação atual.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

protected:
 virtual void UpgatewayProcessGateways(System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
protected virtual void UpgatewayProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member UpgatewayProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.UpgatewayProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub UpgatewayProcessGateways (headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)

Parâmetros

headers
NameValueCollection

A coleção de cabeçalhos incluída na solicitação atual.

browserCaps
HttpBrowserCapabilities

O HttpBrowserCapabilities objeto a ser inicializado.

Aplica-se a

Confira também