Table of Contents

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

Reason string

A short description of what went wrong.

Properties

Reason

A short description of what went wrong.

public string Reason { get; init; }

Property Value

string