示例#1
0
文件: Program.cs 项目: Alx666/Netbase
 private static void OnClientDisconnected(MySessionHandler hContext, Exception hEx, SocketError eErr)
 {
     Console.WriteLine("Client Disconnected" + "\nReason: " + hEx);
 }
示例#2
0
文件: Program.cs 项目: Alx666/Netbase
 private static void OnClientConnected(MySessionHandler hContext)
 {
     Console.WriteLine("Client Connected");
 }