BrowserCapabilitiesFactory.Sharpgx10ProcessGateways Metódus

Definíció

Inicializál egy HttpBrowserCapabilities objektumot, amely az aktuális kérést kezelő Sharpgx10-átjáró képességeit jelöli.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

headers
NameValueCollection

Az aktuális kérelemben szereplő fejlécek gyűjteménye.

browserCaps
HttpBrowserCapabilities

Az HttpBrowserCapabilities inicializálandó objektum.

A következőre érvényes:

Lásd még