NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MyWeb.ConnectionName

Returns the name of the current network connection as provided by the WinInet InternetGetConnectedStateEx facility.

[Visual Basic]
Public Shared ReadOnly Property ConnectionName As String
[C#]
public static string ConnectionName {get;}
[C++]
public: __property static String* get_ConnectionName();
[JScript]
public static function get ConnectionName() : String;

Property Value

Name of the current network connection.

See Also

MyWeb Class | MyWeb Members | System.Web Namespace