Class RemoteTerminalInfo
Provides info about remote terminal to connecting clients
Inheritance
System.Object
RemoteTerminalInfo
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.Contracts
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public sealed class RemoteTerminalInfo
Constructors
RemoteTerminalInfo()
Declaration
public RemoteTerminalInfo()
RemoteTerminalInfo(JSONDataMap)
Declaration
public RemoteTerminalInfo(JSONDataMap map)
Parameters
Type | Name | Description |
---|---|---|
JSONDataMap | map |
Properties
AppName
Declaration
public string AppName { get; }
Property Value
Type | Description |
---|---|
System.String |
Host
Declaration
public string Host { get; }
Property Value
Type | Description |
---|---|
System.String |
ServerLocalTime
Declaration
public DateTime ServerLocalTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
ServerUTCTime
Declaration
public DateTime ServerUTCTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
TerminalName
Declaration
public string TerminalName { get; }
Property Value
Type | Description |
---|---|
System.String |
WelcomeMsg
Declaration
public string WelcomeMsg { get; }
Property Value
Type | Description |
---|---|
System.String |