Provides the detailed status of a specific network connection.
| C# | Visual Basic |
public sealed class ConnectionDetailedStatus
Public NotInheritable Class ConnectionDetailedStatus
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AdapterName |
Name of the adapter (if available).
| |
| ConnectionStatus |
Current connection status.
| |
| ConnectionSubType |
The sub-type of the connection.
| |
| ConnectionType |
The type of connection.
| |
| Description |
Name of the connection.
| |
| DestinationNetwork |
Guid of the destination network.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| LastConnectTime |
Time the connection was last established.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Secure |
True if the connection is secure.
| |
| SignalQuality |
Quality of the signal, can be a value between 0 and 255.
| |
| SourceNetwork |
Guid of the source network.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ConnectionDetailedStatus | |