Table of Contents

Class InitializingConnectionState

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

The transport is connected and the LSP initialization handshake is running.

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

Constructors

InitializingConnectionState()

The transport is connected and the LSP initialization handshake is running.

public InitializingConnectionState()