Tuesday 15 September 2015

c# - Connection via telnet works but my app TCP connection don't -



c# - Connection via telnet works but my app TCP connection don't -

i'm using tcpclient class connect remote windows service, app not able send messages (apparently connects message not received).

i did 2 tests:

created listener app run in pc windows service runs. no message has been received listener app in case, if run in same pc works.

used telnet connect remote windows service. connects, i've not been able confirm messages has been received service.

the user said there no network firewall , windows firewall has been disabled.

what else can find problem is?

c# tcpclient tcplistener

No comments:

Post a Comment