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