예제 #1
0
 private void ClientDisconnection(object sender, ClientHandler session)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 private void ConnectHandler(object sender, ClientHandler e)
 {
     // Returning The Current Updated Session Data To The Client For Confirming Connectino Success
     this.ResponseHandler(this.Data.Session);
 }