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