Can anyone provide some information on the .NET Framework
Tools? I'm looking for information that provides more
detail than the information provided at
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/cptools/html/cpconnetframeworktools.asp
Thanks
...
more >>
Hello to all!
How are you?
Can somebody tell me why these lines:
----------------------------
a = New TcpClient()
a.Connect("mail.bezeqint.net", 110)
----------------------------
And it executes an error message:
"Socket exception: Reply timeout, can't connect to third party......
more >>