Esempio n. 1
0
 public Client(Dispatch.DispatchContext dispatcher)
 {
     _dispatcher = dispatcher;
     TestStream  = new List <IResponse>();
 }