public static void SendInprocConnected(Socket destination) { var command = new InProcConnectedCommand(destination); SendCommand(command); }
internal virtual void Process(InProcConnectedCommand command) { throw new NotImplementedException(); }