The properties of the MyWeb class are listed below. For a complete list of MyWeb class members, see the MyWeb Members topic.
Connected | Specifies whether the application is "working online". This delegates to the WinInet InternetGetConnectedState facility which is shared with IE, Outlook, etc. It is possible to technically be online (have an active network connection) and have this property evaluate to false if the user has selected that state manually by choosing "Work Offline" from an application's menu. |
ConnectionName | Returns the name of the current network connection as provided by the WinInet InternetGetConnectedStateEx facility. |
RunningOnMyWeb | Gets a value specifying whether the application is executing in the MyWeb environment. |