Class InternetConnectionStateInfo
Inheritance
System.Object
InternetConnectionStateInfo
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class InternetConnectionStateInfo : Object
Constructors
InternetConnectionStateInfo(InternetConnectionState, DateTime)
Declaration
public InternetConnectionStateInfo(InternetConnectionState state, DateTime requestDate)
Parameters
Properties
RequestDate
Čas zistenia stavu internetového pripojenia v UTC.
Declaration
public DateTime RequestDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
Unknown
Declaration
public static InternetConnectionStateInfo Unknown { get; }
Property Value
Value
Stav internetového pripojenia
Declaration
public InternetConnectionState Value { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|