Beispiel #1
0
 void client_OnMessage(XPloitSocket sender, XPloitSocketClient cl, IXPloitSocketMsg msg)
 {
     // Client receive message
     cl.SendReply(new XPloitMsgLogin()
     {
         Domain = "?", User = "******", Password = "******"
     }, msg);
 }