Compartilhar via


BrowserCapabilitiesFactory.PlatformunixProcessGateways Método

Definição

Inicializa um objeto HttpBrowserCapabilities que representa os recursos do gateway do Platformunix 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 PlatformunixProcessGateways(System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
protected virtual void PlatformunixProcessGateways (System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member PlatformunixProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.PlatformunixProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub PlatformunixProcessGateways (headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)

Parâmetros

headers
NameValueCollection

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

browserCaps
HttpBrowserCapabilities

O objeto HttpBrowserCapabilities a ser inicializado.

Aplica-se a

Confira também