How to get IP address

zinfinal

New Member
Surpose i'm running a server. and i find a connection from a client. i want to get some information from the client .and i think the first step is to get the ip address of the client.<BR>how can i do it?Dim mes As String = HttpContext.Current.Request.ServerVariables("remote_addr")
 
Back
Top