Esempio n. 1
0
 private Bootstrap(Bootstrap bootstrap) : base(bootstrap)
 {
     config         = new BootstrapConfig(this);
     _remoteAddress = bootstrap.remoteAddress();
 }
Esempio n. 2
0
 public Bootstrap()
 {
     config = new BootstrapConfig(this);
 }