HttpCapabilitiesBase.GatewayMinorVersion Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Property GatewayMinorVersion As Double 'Usage Dim instance As HttpCapabilitiesBase Dim value As Double value = instance.GatewayMinorVersion
/** @property */ public double get_GatewayMinorVersion ()
public function get GatewayMinorVersion () : double
Not applicable.
Property Value
The minor version number of the wireless gateway used to access the server, if known. The default is 0.Community Additions
ADD
Show: