Example #1
0
 public Mediator(SocketAsyncEventArgs e)
 {
     
     this.saeaObject = e;
     this.theIncomingDataPreparer = new IncomingDataPreparer(saeaObject);
     this.theOutgoingDataPreparer = new OutgoingDataPreparer();            
 }
Example #2
0
 public Mediator(SocketAsyncEventArgs e)
 {
     this.saeaObject = e;
     this.theIncomingDataPreparer = new IncomingDataPreparer(saeaObject);
     this.theOutgoingDataPreparer = new OutgoingDataPreparer();
 }