HttpBrowserCapabilitiesBase::GatewayVersion Property

 

When overridden in a derived class, gets the version of the wireless gateway that is used to access the server, if known.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ GatewayVersion {
	virtual String^ get();
}

Property Value

Type: System::String^

The version number of the wireless gateway that is used to access the server, if known.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: