Share via


BrowserCapabilitiesFactory.UpscreendepthProcessGateways Méthode

Définition

Initialise un objet HttpBrowserCapabilities qui représente les fonctionnalités de la passerelle Upscreendepth qui gère la requête actuelle.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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)

Paramètres

headers
NameValueCollection

Collection d’en-têtes comprise dans la requête actuelle.

browserCaps
HttpBrowserCapabilities

Objet HttpBrowserCapabilities à initialiser.

S’applique à

Voir aussi