public LazynetWSChannelHandler(ILazynetSocketContext context)
 {
     this.Context = context;
 }
Beispiel #2
0
 public LazynetWSChannelInitializer(ILazynetSocketContext context)
 {
     this.Context = context;
 }