3 implementations of GetProxy
System (3)
net\System\Net\_emptywebproxy.cs (1)
23public Uri GetProxy(Uri uri) {
net\System\Net\webproxy.cs (1)
268public Uri GetProxy(Uri destination) {
net\System\Net\WebRequest.cs (1)
1118public Uri GetProxy(Uri destination)
1 reference to GetProxy
System (1)
net\System\Net\ServicePointManager.cs (1)
738proxyAddress = proxy.GetProxy(address);