Esempio n. 1
0
 public ServerBootstrap(ServerBootstrap other)
     : base(other)
 {
     UseProxies  = other.UseProxies;
     BufferBytes = other.BufferBytes;
     WorkersShareFiber(other.UseSharedFiber);
     Workers = other.Workers;
 }
Esempio n. 2
0
 protected ServerFactoryBase(ServerBootstrap other)
     : base(other)
 {
 }
Esempio n. 3
0
 public SPServerFactory(ServerBootstrap other)
     : base(other)
 {
 }