Class RemoteTerminal
Provides AppRemoteTerminal JSON API
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.WebManager.Controllers
Assembly: Azos.Sky.WebManager.dll
Syntax
public sealed class RemoteTerminal : WebManagerController, IDisposable
Fields
TERMINAL_SESSION_KEY
Declaration
public const string TERMINAL_SESSION_KEY = "app remote terminal instance"
Field Value
Type | Description |
---|---|
System.String |
Methods
Connect(String)
Declaration
[Action]
[RemoteTerminalOperatorPermission]
public object Connect(string who = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | who |
Returns
Type | Description |
---|---|
System.Object |
Disconnect()
Declaration
[Action]
public object Disconnect()
Returns
Type | Description |
---|---|
System.Object |
Execute(String)
Declaration
[Action]
[RemoteTerminalOperatorPermission]
[AppRemoteTerminalPermission]
public object Execute(string command)
Parameters
Type | Name | Description |
---|---|---|
System.String | command |
Returns
Type | Description |
---|---|
System.Object |
Implements
System.IDisposable