Example #1
0
 private void server_Connected(object sender, NetSocketConnectedEventArgs e)
 {
     account.Log(new ConnectionTextInformation("Connected: " + e.SourceIP), 4);
 }
Example #2
0
 private void server_Connected(object sender, NetSocketConnectedEventArgs e)
 {
     account.Log(new ConnectionTextInformation("Connected: " + e.SourceIP),4);
 }
Example #3
0
 private void client_Connected(object sender, NetSocketConnectedEventArgs e)
 {
     account.Log(new ConnectionTextInformation("Connected: " + e.SourceIP), 0);
     Send(new BlueSheep.Common.Protocol.Messages.BasicPingMessage());
 }
Example #4
0
 private void client_Connected(object sender, NetSocketConnectedEventArgs e)
 {
     account.Log(new ConnectionTextInformation("Connected: " + e.SourceIP), 0);
     Send(new BlueSheep.Common.Protocol.Messages.BasicPingMessage());
 }