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