On this page
LibTmux.Server.BuildServerAccessArguments
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Administration.cs
- BuildServerAccessArguments ( request : ServerAccessRequest ) List<string>
-
Builds the arguments an access request sends.
The command itself arrived in tmux 3.3, so the refusal belongs here rather than beside the dispatch: a chained request that skipped it would send a command older servers do not have.
- Raises
-
-
TmuxVersionTooLowException – tmux is older than 3.3.
-
0 declared, 0 inherited