/// <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) { }