Table of Contents

Class ConnectingConnectionState

Namespace
RDCore.SDK.Client.Connection
Assembly
RDCore.SDK.dll

The process is alive and the transport is connecting.

public sealed record ConnectingConnectionState : ConnectionState, IEquatable<ConnectionState>, IEquatable<ConnectingConnectionState>
Inheritance
ConnectingConnectionState
Implements
Inherited Members

Constructors

ConnectingConnectionState()

The process is alive and the transport is connecting.

public ConnectingConnectionState()