Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.ServerAccessRequest

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/ServerAccessRequest.cs
struct LibTmux.ServerAccessRequest
struct [source]
struct [source]
struct LibTmux.ServerAccessRequest

Describes one server-access invocation.

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

  • 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.
  • ToCommand method Returns an access request as one tmux command.
Esc

Type to search.