Interface IConsoleClient
Assembly: cs.temp.dll.dll
Syntax
public interface IConsoleClient
Properties
IsConnected
Declaration
bool IsConnected { get; }
Property Value
IsTryingToConnect
Declaration
bool IsTryingToConnect { get; }
Property Value
LocalPort
Declaration
ushort LocalPort { get; }
Property Value
ServerAddress
Declaration
IPEndPoint ServerAddress { get; }
Property Value
Type |
Description |
IPEndPoint |
|
Methods
Dispose()
Declaration
SendCommandString(String)
Declaration
void SendCommandString(string commandString)
Parameters
Type |
Name |
Description |
String |
commandString |
|
StartAndConnect(IPEndPoint, UserCredentials)
Declaration
Task<bool> StartAndConnect(IPEndPoint endPoint, UserCredentials credentials)
Parameters
Returns
Update()
Declaration
Events
OnConnectionTimeoutEvent
Declaration
event Action OnConnectionTimeoutEvent
Event Type
OnLogReceivedEvent
Declaration
event Action<string, LogType> OnLogReceivedEvent
Event Type
OnRemoteCommandConfigReceivedEvent
Declaration
event Action<byte[]> OnRemoteCommandConfigReceivedEvent
Event Type
Type |
Description |
Action<Byte[]> |
|
OnRemoteCommandParameterValuesChangedReceivedEvent
Declaration
event Action<byte[]> OnRemoteCommandParameterValuesChangedReceivedEvent
Event Type
Type |
Description |
Action<Byte[]> |
|