Class DirectTCPSocketChunkSentEventArgs
Fired when data is sent to tcp direct socket stream.
public sealed record DirectTCPSocketChunkSentEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DirectTCPSocketChunkSentEventArgs>
- Inheritance
-
EventArgsDirectTCPSocketChunkSentEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DirectTCPSocketChunkSentEventArgs(RequestId, string, MonotonicTime)
Fired when data is sent to tcp direct socket stream.
public DirectTCPSocketChunkSentEventArgs(RequestId Identifier, string Data, MonotonicTime Timestamp)
Parameters
IdentifierRequestIdDatastringTimestampMonotonicTime
Properties
Data
public string Data { get; init; }
Property Value
Identifier
public RequestId Identifier { get; init; }
Property Value
Timestamp
public MonotonicTime Timestamp { get; init; }