Table of Contents

Client

Properties
public IClient Client { get; }

Reference to the lower-level client that handles the connection.

Property Value
Type Description
IClient
Remarks

This will be null until a connection attempt is made, and it will be set after the connection handshake with the server is completed. It will also be null when Coherence.Toolkit.CoherenceBridge.HasBakedData is false, since the client relies on the generated code to function.