Class CustomProxy
- Namespace
- NetCoreForce.Client
- Assembly
- NetCoreForce.Client.dll
Very basic implementation of IWebProxy
public class CustomProxy : IWebProxy
- Inheritance
-
CustomProxy
- Implements
- Inherited Members
Constructors
CustomProxy(string)
public CustomProxy(string proxyUrl)
Parameters
proxyUrl
string
CustomProxy(Uri)
public CustomProxy(Uri proxyUri)
Parameters
proxyUri
Uri
Properties
Credentials
public ICredentials Credentials { get; set; }
Property Value
Methods
GetProxy(Uri)
public Uri GetProxy(Uri destination)
Parameters
destination
Uri
Returns
IsBypassed(Uri)
public bool IsBypassed(Uri host)
Parameters
host
Uri