My PC is behind proxy of my company. I wanted to cross this proxy programmatically and access. How can I achieve this ?
This is a discussion on Accessing Map Point from behind proxy within the MapPoint Desktop Discussion forums, part of the Map Forums category; My PC is behind proxy of my company. I wanted to cross this proxy programmatically and access. How can I ...
My PC is behind proxy of my company. I wanted to cross this proxy programmatically and access. How can I achieve this ?
It may be as simple as this in VB.NET:
Dim myProxy As New WebProxy("http://proxyserverort", True)
Dim myFindService As New FindServiceSoap()
myFindService.Proxy = myProxy
Check this knowledge base article, it includes other proxy troubleshooting information as well:
http://support.microsoft.com/default...b;en-us;330221
Eric
~ Order MapPoint MapPoint 2013 Here and Get Free Access to the MapForums Downloads ~
~~
~ Upgrade to Get Access to the MapForums Downloads ~
There are currently 1 users browsing this thread. (0 members and 1 guests)