Searched refs:asyncSocketCommunicator (Results 1 – 1 of 1) sorted by relevance
38 … asyncSocketCommunicator = new SocketCommunicator(parentElement, Timeout.Infinite, this.address); in SocketConnection()63 if(success && !asyncSocketCommunicator.AcceptConnection(timeout)) in Connect()78 asyncSocketCommunicator.ResetConnections(); in Connect()87 asyncSocketCommunicator.CloseListener(); in Connect()142 asyncSocketCommunicator.CancelCommunication(); in Abort()178 asyncSocketCommunicator.Dispose(); in Abort()210 … value, mainSocketCommunicator.ListenerPort, asyncSocketCommunicator.ListenerPort);225 … mainSocketCommunicator.ListenerPort, asyncSocketCommunicator.ListenerPort, address);236 while(asyncSocketCommunicator.Connected) in ReceiveLoop()243 else if(asyncSocketCommunicator.TryReceiveMessage(out var message)) in ReceiveLoop()[all …]