Exemplo n.º 1
0
 public LazynetWSChannelHandler(ILazynetSocketContext context)
 {
     this.Context = context;
 }
Exemplo n.º 2
0
 public LazynetWSChannelInitializer(ILazynetSocketContext context)
 {
     this.Context = context;
 }