Class DataReceivedEventArgs
DataReceived
public sealed class DataReceivedEventArgs : EventArgs
- Inheritance
-
DataReceivedEventArgs
- Inherited Members
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Data { get; set; }
Property Value
DataLength
Gets or sets the dataLength
[JsonPropertyName("dataLength")]
public long DataLength { get; set; }
Property Value
EncodedDataLength
Gets or sets the encodedDataLength
[JsonPropertyName("encodedDataLength")]
public long EncodedDataLength { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }