BrowserCapabilitiesFactory.Platformwin2000aProcessGateways Método

Definição

Inicializa um HttpBrowserCapabilities objeto que representa as capacidades do gateway Platformwin2000a que trata o pedido atual.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

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

Parâmetros

headers
NameValueCollection

A coleção de cabeçalhos incluída no pedido atual.

browserCaps
HttpBrowserCapabilities

O HttpBrowserCapabilities objeto a inicializar.

Aplica-se a

Ver também