Compartilhar via


BrowserCapabilitiesFactory.UpscreendepthProcessGateways Método

Definição

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