BrowserCapabilitiesFactory.PanasonicexchangesupporteddeviceProcessGateways Metod

Definition

Initierar ett HttpBrowserCapabilities objekt som representerar funktionerna i Panasonicexchangesupporteddevice gateway som hanterar den aktuella begäran.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

headers
NameValueCollection

Samlingen med rubriker som ingår i den aktuella begäran.

browserCaps
HttpBrowserCapabilities

Objektet HttpBrowserCapabilities som ska initieras.

Gäller för

Se även