Пример #1
0
        private void SocketConnectDontBlock()
        {
            EndPoint = _endPoints.Next();

            try
            {
                _socket.ConnectDontBlock(EndPoint);
            }
            finally
            {
                _isConnecting = true;
            }
        }