BrowserCapabilitiesFactory.R280ProcessGateways 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化表示处理当前请求的 R280 网关的功能的 HttpBrowserCapabilities 对象。
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
virtual void R280ProcessGateways(System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
protected virtual void R280ProcessGateways (System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member R280ProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.R280ProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub R280ProcessGateways (headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)
参数
- headers
- NameValueCollection
包含在当前请求中的标头的集合。
- browserCaps
- HttpBrowserCapabilities
要初始化的 HttpBrowserCapabilities 对象。