Skip to content

IReplSessionHost

Optional host contract exposing a stable session identifier.

public interface IReplSessionHost : IReplHost

Gets the unique identifier of the host session.

string SessionId { get; }

string