BrowserCapabilitiesFactory.JphonedensoProcessGateways(NameValueCollection, HttpBrowserCapabilities) Metodo
Definizione
Inizializza un oggetto HttpBrowserCapabilities che rappresenta le funzionalità del gateway Jphonedenso che gestisce la richiesta corrente.Initializes an HttpBrowserCapabilities object that represents the capabilities of the Jphonedenso gateway handling the current request.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
protected:
virtual void JphonedensoProcessGateways(System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
protected virtual void JphonedensoProcessGateways (System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member JphonedensoProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.JphonedensoProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub JphonedensoProcessGateways (headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)
Parametri
- headers
- NameValueCollection
Raccolta di intestazioni incluse nella richiesta corrente.The collection of headers included in the current request.
- browserCaps
- HttpBrowserCapabilities
Oggetto HttpBrowserCapabilities da inizializzare.The HttpBrowserCapabilities object to initialize.