Ejemplo n.º 1
0
 public ShareWorker(Share share, int id, Socket socket) : base(id)
 {
     _source = share;
     _socket = socket;
 }
Ejemplo n.º 2
0
 internal static void _Register(Share share)
 {
     _backlog += share._Accept;
 }