# LibTmux.ConfirmBeforeRequest

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

Describes one <c>confirm-before</c> invocation.

## Members

- `ConfirmBeforeRequest` (method) — Initializes a confirmation.
- `Command` (property) — Gets the tmux command to run once confirmed.
- `Prompt` (property) — Gets the question shown, or null for tmux's own wording.
- `ConfirmKey` (property) — Gets the key that confirms, or null for tmux's default.
- `DefaultYes` (property) — Gets whether pressing enter confirms rather than cancels.
- `TargetClient` (property) — Gets the client to ask, or null for the caller's own.
