Interface IExternalProxy
Assembly: Titanium.Web.Proxy.dll
Syntax
public interface IExternalProxy
Properties
|
Edit this page
View Source
BypassLocalhost
Bypass this proxy for connections to localhost?
Declaration
bool BypassLocalhost { get; set; }
Property Value
|
Edit this page
View Source
HostName
Declaration
string HostName { get; set; }
Property Value
|
Edit this page
View Source
NextHop
Optional next hop for an ordered two-hop HTTP upstream chain (issue #909).
When set, the proxy TCP-connects to this proxy, CONNECTs to
NextHop.HostName:NextHop.Port, then CONNECTs to the origin through that tunnel.
Only HTTP hops are supported; SOCKS chaining is not implemented.
Declaration
IExternalProxy? NextHop { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
string? Password { get; set; }
Property Value
|
Edit this page
View Source
Port
Declaration
Property Value
|
Edit this page
View Source
ProxyDnsRequests
Declaration
bool ProxyDnsRequests { get; set; }
Property Value
|
Edit this page
View Source
ProxyType
Declaration
ExternalProxyType ProxyType { get; set; }
Property Value
|
Edit this page
View Source
UseDefaultCredentials
Use default windows credentials?
Declaration
bool UseDefaultCredentials { get; set; }
Property Value
|
Edit this page
View Source
UserName
Declaration
string? UserName { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
Returns