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