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

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

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -