2 references to IsSocksScheme
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
287
if (HttpUtilities.
IsSocksScheme
(proxyUri.Scheme))
System\Net\Http\SocketsHttpHandler\HttpUtilities.cs (1)
25
string.Equals(scheme, "http", StringComparison.OrdinalIgnoreCase) || string.Equals(scheme, "https", StringComparison.OrdinalIgnoreCase) ||
IsSocksScheme
(scheme);