On this page
LibTmux.ServerAccessRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ServerAccessRequest.cs
-
Describes one
server-accessinvocation.tmux lets other users attach to a server over its socket. Access is granted per user, and read-only or read-write says what a granted user may do.
6 declared, 0 inherited
Members
- ServerAccessRequest method Initializes an access change.
- AllowUser property Gets the user to grant access to.
- DenyUser property Gets the user to take access from.
- List property Gets whether the current list is reported.
- ReadOnly property Gets whether the granted user may only look.
- ReadWrite property Gets whether the granted user may also act.