Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IOnlineStatus Interface

 

Defines the properties and events used by network-enabled objects to indicate network availability.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public interface IOnlineStatus

NameDescription
System_CAPS_pubpropertyIsOnline

Gets whether the instance has network connectivity and is connected to a resource.

NameDescription
System_CAPS_pubeventOffline

Signals that the instance has disconnected from a network resource.

System_CAPS_pubeventOnline

Signals that the instance has connected to a network resource.

This interface is implemented when a class needs to indicate the network availability of its instances to other ServiceModel objects.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft