Table of Contents

Class WebProxyExtensions

Namespace
NanoByte.Common.Net
Assembly
NanoByte.Common.dll

Provides extension methods for IWebProxys.

public static class WebProxyExtensions
Inheritance
WebProxyExtensions

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