Class WebProxyExtensions
Provides extension methods for System.Net.IWebProxys.
public static class WebProxyExtensions
- Inheritance
-
objectWebProxyExtensions
Methods
HasCustomCredentials(IWebProxy)
Determines whether custom (non-default and non-empty) credentials are configured for this proxy.
public static bool HasCustomCredentials(this IWebProxy proxy)
Parameters
proxy
IWebProxy
Returns
- bool