IOnlineStatus Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the properties and events used by network-enabled objects to indicate network availability.
public interface class IOnlineStatus
public interface IOnlineStatus
type IOnlineStatus = interface
Public Interface IOnlineStatus
- Derived
This interface is implemented when a class needs to indicate the network availability of its instances to other ServiceModel objects.
Is |
Gets a value that indicates whether the instance has network connectivity and is connected to a resource. |
Offline |
Signals that the instance has disconnected from a network resource. |
Online |
Signals that the instance has connected to a network resource. |
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: