N
Nick Zdunic
Ok - something for socket jockeys
I have a .NET application using the TcpClient class from System.Net.Sockets
I use this to connect to an IP address/Socket on the other side of Australia.
There is a problem though. The read from the socket returns 0 bytes which means the socket/host has closed down.
However using a telnet session, I know that this isn't the case. The telnet session sends data through Ok.
So what could be causing the problem:
Firewalls
Routers
Or something else
Note that the client can read fine from a host application located on my machine.
I have a .NET application using the TcpClient class from System.Net.Sockets
I use this to connect to an IP address/Socket on the other side of Australia.
There is a problem though. The read from the socket returns 0 bytes which means the socket/host has closed down.
However using a telnet session, I know that this isn't the case. The telnet session sends data through Ok.
So what could be causing the problem:
Firewalls
Routers
Or something else
Note that the client can read fine from a host application located on my machine.