BrowserCapabilitiesFactory.Panasonicgad87a39ProcessGateways Methode

Definitie

Initialiseert een HttpBrowserCapabilities object dat de mogelijkheden van de Panasonicgad87a39-gateway vertegenwoordigt die de huidige aanvraag verwerkt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

headers
NameValueCollection

De verzameling headers die zijn opgenomen in de huidige aanvraag.

browserCaps
HttpBrowserCapabilities

Het HttpBrowserCapabilities object dat moet worden geïnitialiseerd.

Van toepassing op

Zie ook