Hello everyone,
I m trying to use TcpSocketListener to connect with remote host, for this, everything is good but the problem is that i have to disconnect and reconnect the host manuelly to be listen and then do what i want to do but in my cas i need that the program knows that my device is connecting and i want to get the informations in form of ITcpSocketClient without passing by ITcpSocketClient.ConnectionReceived, there is any way to do this.
thak you for your help