HttpCapabilitiesBase.GatewayMajorVersion Property
.NET Framework 3.0
Gets the major 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 GatewayMajorVersion As Integer 'Usage Dim instance As HttpCapabilitiesBase Dim value As Integer value = instance.GatewayMajorVersion
/** @property */ public int get_GatewayMajorVersion ()
public function get GatewayMajorVersion () : int
Not applicable.
Property Value
The major version number of the wireless gateway used to access the server, if known. The default is 0.Community Additions
ADD
Show: