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