Class DirectTCPSocketAbortedEventArgs
Fired when direct_socket.TCPSocket is aborted.
public sealed record DirectTCPSocketAbortedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DirectTCPSocketAbortedEventArgs>
- Inheritance
-
EventArgsDirectTCPSocketAbortedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DirectTCPSocketAbortedEventArgs(RequestId, ErrorReason, MonotonicTime)
Fired when direct_socket.TCPSocket is aborted.
public DirectTCPSocketAbortedEventArgs(RequestId Identifier, ErrorReason ErrorMessage, MonotonicTime Timestamp)
Parameters
IdentifierRequestIdErrorMessageErrorReasonTimestampMonotonicTime
Properties
ErrorMessage
public ErrorReason ErrorMessage { get; init; }
Property Value
Identifier
public RequestId Identifier { get; init; }
Property Value
Timestamp
public MonotonicTime Timestamp { get; init; }