Class FaultedConnectionState
- Namespace
- RDCore.SDK.Client.Connection
- Assembly
- RDCore.SDK.dll
The connection failed unexpectedly (crash, connect timeout, or handshake failure).
public sealed record FaultedConnectionState : ConnectionState, IEquatable<ConnectionState>, IEquatable<FaultedConnectionState>
- Inheritance
-
FaultedConnectionState
- Implements
- Inherited Members
Constructors
FaultedConnectionState(string)
The connection failed unexpectedly (crash, connect timeout, or handshake failure).
public FaultedConnectionState(string Reason)
Parameters
ReasonstringA short description of what went wrong.
Properties
Reason
A short description of what went wrong.
public string Reason { get; init; }