# LibTmux.PipePaneRequest

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

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

## Members

- `PipePaneRequest` (method) — Initializes a pane-piping request.
- `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.
