HttpBrowserCapabilitiesWrapper::GatewayVersion Property

 

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() override;
}

Property Value

Type: System::String^

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

.NET Framework
Available since 3.5
Return to top
Show: