# LibTmux.PipePaneRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/PipePaneRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-pipepanerequest/

Describes one <c>pipe-pane</c> invocation.

## Members

- `Command` (property): Gets the command to pipe through, or null to stop piping.
- `OutputOnly` (property): Gets whether only pane output is piped.
- `InputOnly` (property): Gets whether only pane input is piped.
- `Toggle` (property): Gets whether an identical existing pipe is stopped instead.
- `ToCommand` (method): Returns a pane-piping request as one tmux command.
