public void ClientReadPacket(NanoCore.IServerClient client, string pipeName, object[] @params) { //throw new NotImplementedException(); }
public void ClientStateChanged(NanoCore.IServerClient client, bool connected) { //throw new NotImplementedException(); }
public void ClientPipeDestroyed(NanoCore.IServerClient client, string pipeName) { //throw new NotImplementedException(); }