BrowserCapabilitiesFactory.Jphone2bitcolorProcessGateways(NameValueCollection, HttpBrowserCapabilities) 方法

定义

初始化表示处理当前请求的 Jphone2bitcolor 网关的功能的 HttpBrowserCapabilities 对象。Initializes an HttpBrowserCapabilities object that represents the capabilities of the Jphone2bitcolor gateway handling the current request.

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

headers
NameValueCollection

包含在当前请求中的标头的集合。The collection of headers included in the current request.

browserCaps
HttpBrowserCapabilities

要初始化的 HttpBrowserCapabilities 对象。The HttpBrowserCapabilities object to initialize.

适用于

另请参阅