Class ConnectionStats
Connection Stats
[DataContract]
public class ConnectionStats
- Inheritance
-
ConnectionStats
- Inherited Members
Properties
Assoc
assoc
[DataMember(Name = "assoc")]
public long Assoc { get; set; }
Property Value
Auth
auth
[DataMember(Name = "auth")]
public long Auth { get; set; }
Property Value
Dhcp
dhcp
[DataMember(Name = "dhcp")]
public long Dhcp { get; set; }
Property Value
Dns
dns
[DataMember(Name = "dns")]
public long Dns { get; set; }
Property Value
Success
success
[DataMember(Name = "success")]
public long Success { get; set; }
Property Value
Total
Total (sum of all the others)
public long Total { get; }