OpenConnectionInfoConnectedTime Property |
Specifies duration that the connection has been established.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public TimeSpan ConnectedTime { get; }
Public ReadOnly Property ConnectedTime As TimeSpan
Get
public:
property TimeSpan ConnectedTime {
TimeSpan get ();
}
member ConnectedTime : TimeSpan with get
Property Value
Type:
TimeSpanSee Also