Exemplo n.º 1
0
 static void client_OnError(object sender, TextArgs e)
 {
     Trace.WriteLine("socket error " + e.data);
 }
Exemplo n.º 2
0
 static void client_OnMessage(object sender, TextArgs e)
 {
     throw new NotImplementedException();
 }