session property

Session? session
Working domain. The session related to this connection.

Implementation

//public string Domain { get { return domain; } }

/// <summary>
/// The session related to this connection.
/// </summary>
Session? get session => _session;