# LibTmux.ConfirmBeforeRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/ConfirmBeforeRequest.cs#L6
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
- `ToCommand` (method): Returns a confirmation request as one tmux command.
