Beispiel #1
0
 /// <summary>
 /// Client attempts to connect with the wrong server or client address.
 /// </summary>
 abstract public void InvalidConnection(ConnectionEventArgs e);
 /// <summary>
 /// Client attempts to connect with the wrong server or client address.
 /// </summary>
 abstract public void InvalidConnection(ConnectionEventArgs e);
 public override void InvalidConnection(ConnectionEventArgs e)
 {
 }