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