I'm writing a Telnet Server in Visual Basic.
I'm using winsock for practically all taks.
Everything works nice and smooth but I'd like to display the client's ip address on the server.
Is there a way to enquire that information on the server side?
Printable View
I'm writing a Telnet Server in Visual Basic.
I'm using winsock for practically all taks.
Everything works nice and smooth but I'd like to display the client's ip address on the server.
Is there a way to enquire that information on the server side?
winsock.remotehostip
Thanx!Quote:
Originally posted by Cander
winsock.remotehostip
I should have understood that once when I was viewing the option list :rolleyes: