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
proxyUrlstring
CustomProxy(Uri)
public CustomProxy(Uri proxyUri)
Parameters
proxyUriUri
Properties
Credentials
public ICredentials Credentials { get; set; }
Property Value
Methods
GetProxy(Uri)
public Uri GetProxy(Uri destination)
Parameters
destinationUri
Returns
IsBypassed(Uri)
public bool IsBypassed(Uri host)
Parameters
hostUri