Class WebProxyFactory
Creating a proxy is not very straightforward, that is why the logic is capsulated in the ProxyFactory.
Inheritance
System.Object
WebProxyFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions.Factory
Assembly: Dapplo.HttpExtensions.dll
Syntax
public static class WebProxyFactory
Methods
| Improve this Doc View SourceCreate()
Create a IWebProxy Object which can be used to access the Internet This method will create a proxy according to the properties in the Settings class
Declaration
public static IWebProxy Create()
Returns
Type | Description |
---|---|
IWebProxy | IWebProxy filled with all the proxy details or null if none is set/wanted |