3 implementations of IWebProxy
System.Net.WebProxy (2)
System\Net\WebProxy.cs (1)
16
public partial class WebProxy :
IWebProxy
, ISerializable
System\Net\WebProxy.NonWasm.cs (1)
10
public partial class WebProxy :
IWebProxy
, ISerializable
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
534
internal sealed class DefaultWebProxy :
IWebProxy
43 references to IWebProxy
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XmlUrlResolver.cs (2)
21
private
IWebProxy
_proxy;
35
public
IWebProxy
Proxy
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.cs (1)
40
public
IWebProxy
Proxy
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnectionOptions.cs (2)
28
private
IWebProxy
? _proxy;
215
public
IWebProxy
? Proxy
Internal\WebSocketsTransport.cs (1)
155
var
originalProxy = webSocket.Options.Proxy;
Microsoft.AspNetCore.SignalR.Client.Tests (6)
HttpConnectionFactoryTests.cs (1)
96
{ $"{nameof(HttpConnectionOptions.Proxy)}", Mock.Of<
IWebProxy
>() },
HttpConnectionTests.cs (1)
98
httpOptions.Proxy = Mock.Of<
IWebProxy
>();
HubConnectionBuilderExtensionsTests.cs (4)
62
var
proxy = Mock.Of<
IWebProxy
>();
78
var
proxy = Mock.Of<
IWebProxy
>();
Microsoft.AspNetCore.SignalR.Tests (1)
WebSocketsTransportTests.cs (1)
38
httpOptions.Proxy = Mock.Of<
IWebProxy
>();
netstandard (1)
netstandard.cs (1)
1161
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
IWebProxy
))]
PresentationCore (5)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
289
internal
IWebProxy
Proxy
846
private
IWebProxy
_proxy;
MS\Internal\IO\Packaging\PseudoWebRequest.cs (2)
243
public override
IWebProxy
Proxy
375
private
IWebProxy
_proxy;
System\IO\Packaging\PackWebRequest.cs (1)
356
public override
IWebProxy
Proxy
System (1)
src\libraries\shims\System\ref\System.cs (1)
646
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
IWebProxy
))]
System.Net.Http (3)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (3)
52
public static System.Net.
IWebProxy
DefaultProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
143
public System.Net.
IWebProxy
? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
449
public System.Net.
IWebProxy
? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
System.Net.Http.WinHttpHandler (1)
artifacts\obj\System.Net.Http.WinHttpHandler\Debug\net10.0\System.Net.Http.WinHttpHandler.notsupported.cs (1)
40
public System.Net.
IWebProxy
? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } }
System.Net.Requests (10)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (10)
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); } }
175
public static System.Net.
IWebProxy
Select { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
176
public static System.Net.
IWebProxy
GetEmptyWebProxy() { 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); } }
366
public static System.Net.
IWebProxy
? DefaultWebProxy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
371
public virtual System.Net.
IWebProxy
? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
396
public static System.Net.
IWebProxy
GetSystemWebProxy() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
508
public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.
IWebProxy
? proxy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
510
public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.
IWebProxy
? proxy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
39
private
IWebProxy
? _proxy;
204
public
IWebProxy
? Proxy
System.Net.WebSockets.Client (2)
System\Net\WebSockets\ClientWebSocketOptions.cs (2)
21
private
IWebProxy
? _proxy;
110
public
IWebProxy
? Proxy
System.Private.Xml (5)
System\Xml\XmlDownloadManager.cs (3)
13
internal static Stream GetStream(Uri uri, ICredentials? credentials,
IWebProxy
? proxy)
27
internal static Task<Stream> GetStreamAsync(Uri uri, ICredentials? credentials,
IWebProxy
? proxy)
40
private static async Task<Stream> GetNonFileStreamAsync(Uri uri, ICredentials? credentials,
IWebProxy
? proxy)
System\Xml\XmlUrlResolver.cs (2)
17
private
IWebProxy
? _proxy;
28
public
IWebProxy
? Proxy