BrowserCapabilitiesFactory.Firefox3plusProcessGateways Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar ett HttpBrowserCapabilities objekt som representerar funktionerna i Mozilla Firefox version 3 och senare gateway som hanterar den aktuella begäran.
Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.
protected:
virtual void Firefox3plusProcessGateways(System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
protected virtual void Firefox3plusProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member Firefox3plusProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.Firefox3plusProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub Firefox3plusProcessGateways (headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)
Parametrar
- headers
- NameValueCollection
Samlingen med rubriker som ingår i den aktuella begäran.
- browserCaps
- HttpBrowserCapabilities
Objektet HttpBrowserCapabilities som ska initieras.