Ejemplo n.º 1
0
 /// <summary>
 /// Client attempts to connect with the wrong server or client address.
 /// </summary>
 abstract public void InvalidConnection(ConnectionEventArgs e);
Ejemplo n.º 2
0
 /// <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)
 {
 }