BrowserCapabilitiesFactory.Upg1ProcessGateways 메서드

정의

현재 요청을 처리하는 Upg1 게이트웨이의 기능을 나타내는 HttpBrowserCapabilities 개체를 초기화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

headers
NameValueCollection

현재 요청에 포함된 헤더 컬렉션입니다.

browserCaps
HttpBrowserCapabilities

초기화할 HttpBrowserCapabilities 개체입니다.

적용 대상

추가 정보