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