5 overrides of Proxy
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
243
public override IWebProxy
Proxy
System\IO\Packaging\PackWebRequest.cs (1)
356
public override IWebProxy
Proxy
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
45
public override System.Net.IWebProxy?
Proxy
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
136
public override System.Net.IWebProxy?
Proxy
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
216
public override System.Net.IWebProxy?
Proxy
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
2 writes to Proxy
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
364
GetRequest().
Proxy
= value;
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
243
request.
Proxy
= _proxy;
2 references to Proxy
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (1)
590
Proxy = _originalRequest.
Proxy
,
System\IO\Packaging\PackWebRequest.cs (1)
360
return GetRequest().
Proxy
;