次の方法で共有


BrowserCapabilitiesFactory.Sharpgx10ProcessGateways メソッド

定義

現在の要求を処理している Sharpgx10 ゲートウェイの機能を表す HttpBrowserCapabilities オブジェクトを初期化します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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)

パラメーター

headers
NameValueCollection

現在の要求に含まれるヘッダーのコレクション。

browserCaps
HttpBrowserCapabilities

初期化する HttpBrowserCapabilities オブジェクト。

適用対象

こちらもご覧ください