Class NetworkTraffic
Network traffic
[DataContract]
public class NetworkTraffic
- Inheritance
-
NetworkTraffic
- Inherited Members
Properties
ActiveTime
Active time
[DataMember(Name = "activeTime")]
public int ActiveTime { 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
Flows
Flows
[DataMember(Name = "flows")]
public int Flows { get; set; }
Property Value
NumClients
Number of clients
[DataMember(Name = "numClients")]
public int NumClients { get; set; }
Property Value
Port
Port This be:
- an integer (e.g. for TCP ports); or
- "-" (e.g. for ICMP ports)
[DataMember(Name = "port")]
public object 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; }