IReplSessionHost
Optional host contract exposing a stable session identifier.
- Kind:
Interface - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/IReplSessionHost.cs
Signature
Section titled “Signature”public interface IReplSessionHost : IReplHostDerived Classes
Section titled “Derived Classes”Properties
Section titled “Properties”SessionId
Section titled “SessionId”Gets the unique identifier of the host session.
string SessionId { get; }