BrowserCapabilitiesFactory.Win32ProcessGateways 方法

定义

初始化表示 HttpBrowserCapabilities 处理当前请求的 Win32 网关的功能的对象。

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

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

参数

headers
NameValueCollection

当前请求中包含的标头集合。

browserCaps
HttpBrowserCapabilities

HttpBrowserCapabilities 初始化的对象。

适用于

另请参阅