Edit

Share via


IOnlineStatus Interface

Definition

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

C#
public interface IOnlineStatus
Derived

Remarks

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

Properties

IsOnline

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

Events

Offline

Signals that the instance has disconnected from a network resource.

Online

Signals that the instance has connected to a network resource.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1