Interface IExternalProxy
Assembly: Titanium.Web.Proxy.dll
Syntax
public interface IExternalProxy
Properties
|
Improve this Doc
View Source
BypassLocalhost
Bypass this proxy for connections to localhost?
Declaration
bool BypassLocalhost { get; set; }
Property Value
|
Improve this Doc
View Source
HostName
Declaration
string HostName { get; set; }
Property Value
|
Improve this Doc
View Source
Password
Declaration
string Password { get; set; }
Property Value
|
Improve this Doc
View Source
Port
Declaration
Property Value
|
Improve this Doc
View Source
ProxyDnsRequests
Declaration
bool ProxyDnsRequests { get; set; }
Property Value
|
Improve this Doc
View Source
ProxyType
Declaration
ExternalProxyType ProxyType { get; set; }
Property Value
|
Improve this Doc
View Source
UseDefaultCredentials
Use default windows credentials?
Declaration
bool UseDefaultCredentials { get; set; }
Property Value
|
Improve this Doc
View Source
UserName
Declaration
string UserName { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
Returns