Пример #1
0
 /// <summary>
 /// the method to receive message from server.
 /// </summary>
 private void NetbiosServerConnectionReceiveLoopImp()
 {
     NetbiosReceiveLoopVisitor.Visit(this, this.server, this.transport, this.localEndPoint, this.remoteEndPoint, this.thread);
 }
Пример #2
0
 /// <summary>
 /// the method to receive message from server.
 /// </summary>
 private void NetbiosClientReceiveLoopImp()
 {
     NetbiosReceiveLoopVisitor.Visit(this, this, this.transport, this.localEndPoint, this.remoteEndPoint, this.thread);
 }