OpenConnectionInfoConnectedSeconds Property |
Note: This API is now obsolete.
Specifies the number of seconds that the connection has been established.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax [ObsoleteAttribute("Use ConnectedTime property.")]
public long ConnectedSeconds { get; }
<ObsoleteAttribute("Use ConnectedTime property.")>
Public ReadOnly Property ConnectedSeconds As Long
Get
public:
[ObsoleteAttribute(L"Use ConnectedTime property.")]
property long long ConnectedSeconds {
long long get ();
}
[<ObsoleteAttribute("Use ConnectedTime property.")>]
member ConnectedSeconds : int64 with get
Property Value
Type:
Int64See Also