# LibTmux.PipePaneRequest.PipePaneRequest

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

```
LibTmux.PipePaneRequest.PipePaneRequest(command: string?, outputOnly: bool, inputOnly: bool, toggle: bool)
```

Initializes a pane-piping request.

## Parameters

- `command` (string?) — The command to pipe through, or null to stop piping.
- `outputOnly` (bool) — Whether only pane output is piped.
- `inputOnly` (bool) — Whether only pane input is piped.
- `toggle` (bool) — Whether an identical existing pipe is stopped instead.
