# LibTmux.AttachSessionRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/AttachSessionRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-attachsessionrequest/

Describes one <c>attach-session</c> invocation.

## Members

- `AttachSessionRequest` (method) — Initializes a session-attachment request.
- `Target` (property) — Gets the session to attach, or null for the caller's own.
- `DetachOthers` (property) — Gets whether other clients are detached.
- `ReadOnly` (property) — Gets whether the client attaches read-only.
- `ExitOnDetach` (property) — Gets whether the client exits when the session is destroyed.
- `ClientFlags` (property) — Gets the client flags sent with <c>-f</c>.
