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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -