# LibTmux.Testing.TemporaryHierarchyScope.Server

- **Module:** LibTmux.Testing.TemporaryHierarchyScope
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Testing/TemporaryHierarchyScope.cs#L41
- **Page:** https://libtmux.org/reference/dotnet/libtmux-testing-temporaryhierarchyscope-server/

Gets the server the rest live in.

The session's server rather than the scope's endpoint. A scope holds an
endpoint because a tmux server with no sessions exits at once, so it has
read nothing and has no version — and a listing that needs the version
then fails, which for the lenient accessors reads as an empty server.
Creating the session materialized one; this is that.
