Class ClientTrafficHistory
Client traffic history
[DataContract]
public class ClientTrafficHistory
- Inheritance
-
ClientTrafficHistory
- Inherited Members
Properties
ActiveSeconds
Active seconds
[DataMember(Name = "activeSeconds")]
public int ActiveSeconds { get; set; }
Property Value
Application
Application
[DataMember(Name = "application")]
public string Application { get; set; }
Property Value
Destination
Destination
[DataMember(Name = "destination")]
public string Destination { get; set; }
Property Value
NumFlows
Flow count
[DataMember(Name = "numFlows")]
public int NumFlows { get; set; }
Property Value
Port
Port
[DataMember(Name = "port")]
public int Port { get; set; }
Property Value
Protocol
Protocol
[DataMember(Name = "protocol")]
public string Protocol { get; set; }
Property Value
Recv
Recv
[DataMember(Name = "recv")]
public int Recv { get; set; }
Property Value
Sent
Sent
[DataMember(Name = "sent")]
public int Sent { get; set; }
Property Value
Ts
Ts
[DataMember(Name = "ts")]
public string Ts { get; set; }