HttpCapabilitiesBase::GatewayMinorVersion Property

 

Gets the minor version number of the wireless gateway used to access the server, if known.

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

public:
property double GatewayMinorVersion {
	virtual double get();
}

Property Value

Type: System::Double

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

Exception Condition
HttpUnhandledException

The minor version number of the wireless gateway cannot be parsed.

.NET Framework
Available since 2.0
Return to top
Show: