Class TrafficStatisticsEvent
Inheritance
TrafficStatisticsEvent
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TrafficStatisticsEvent : ApplicationEvent
Properties
Declaration
[JsonProperty("requestSize", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long RequestSize { get; set; }
Property Value
Declaration
[JsonProperty("responseSize", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ResponseSize { get; set; }
Property Value
Declaration
[JsonProperty("service", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Service { get; set; }
Property Value
Methods
Declaration
public static TrafficStatisticsEvent FromJson(string data)
Parameters
Returns