Exemple #1
0
 public ReceiverHandler(PeerHash peer, ReceiverConnection connection, ReceiverConfiguration configuration, ReceiverHooks hooks)
 {
     this.peer          = peer;
     this.hooks         = hooks;
     this.connection    = connection;
     this.configuration = configuration;
 }
Exemple #2
0
 public ReceiverService(ReceiverParameters parameters, ReceiverConfiguration configuration, ReceiverHooks hooks)
 {
     this.hooks         = hooks;
     this.configuration = configuration;
 }