How to get my real IP using vb.net? -


how real ip using vb.net?

if running in asp.net, use httprequest.userhostaddress property:

dim ip string ip = request.userhostaddress() 

Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

python - Why doesn't list have safe "get" method like dictionary? -

iphone - Requiring the presence of a method in an id -