Class SubclassApplicationUsage
Application usage
[DataContract]
public class SubclassApplicationUsage
- Inheritance
-
SubclassApplicationUsage
- Inherited Members
Properties
Application
Application
[DataMember(Name = "application")]
public string Application { 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; }