Condividi tramite


BrowserCapabilitiesFactory.UpgatewayProcessBrowsers Metodo

Definizione

Inizializza un oggetto HttpBrowserCapabilities che rappresenta le funzionalità del browser Upgateway che effettua la richiesta corrente.

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

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

Parametri

ignoreApplicationBrowsers
Boolean

true per ignorare le definizioni per il browser Upgateway nei file di definizione del browser a livello di applicazione; in caso contrario, false.

headers
NameValueCollection

Raccolta di intestazioni incluse nella richiesta corrente.

browserCaps
HttpBrowserCapabilities

Oggetto HttpBrowserCapabilities da inizializzare.

Si applica a