Exemplo n.º 1
0
        private void StartConnect(SocketAsyncEventArgs connectEventArgs)
        {
            bool willRaiseEvent = ListenSocket.ConnectAsync(connectEventArgs);

            if (!willRaiseEvent)
            {
                ProcessConnect(connectEventArgs);
            }
        }