Condividi tramite


BrowserCapabilitiesFactory.Netscape6to9betaProcessGateways Metodo

Definizione

Inizializza un oggetto HttpBrowserCapabilities che rappresenta le funzionalità del gateway Netscape6to9beta che gestisce la richiesta corrente.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

headers
NameValueCollection

Raccolta di intestazioni incluse nella richiesta corrente.

browserCaps
HttpBrowserCapabilities

Oggetto HttpBrowserCapabilities da inizializzare.

Si applica a

Vedi anche