IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Attributes | |
const string | RequestConnect = "Hello" |
const string | PingRequestClient = "Ping" |
const string | PingAcknowledgedClient = "PingOK" |
const string | UnknownRequestClient = "Unknown" |
const string | DisconnectClient = "Bye" |
const string | ReadyClient = "ClientReady" |
const string | SendClient = "SendClient" |
const string | ReceivedClient = "ReceivedClient" |
const string IG.Forms.ClientMessages.RequestConnect = "Hello" |
const string IG.Forms.ClientMessages.PingRequestClient = "Ping" |
Referenced by IG.Forms.TestTcpClient.Ping(), and IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ClientMessages.PingAcknowledgedClient = "PingOK" |
const string IG.Forms.ClientMessages.UnknownRequestClient = "Unknown" |
const string IG.Forms.ClientMessages.DisconnectClient = "Bye" |
const string IG.Forms.ClientMessages.ReadyClient = "ClientReady" |
Referenced by IG.Forms.TestTcpServer.SendData(), and IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ClientMessages.SendClient = "SendClient" |
Referenced by IG.Forms.TestTcpClient.SendData(), and IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ClientMessages.ReceivedClient = "ReceivedClient" |
Referenced by IG.Forms.TestTcpServer.SendData().