<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_ExternalProxyType.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.ExternalProxyType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"class="contribution-link">Improve this Doc</a>
<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_IExternalProxy_HostName.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.IExternalProxy.HostName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_IExternalProxy_Password.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.IExternalProxy.Password%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_IExternalProxy_Port.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.IExternalProxy.Port%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_IExternalProxy_ProxyDnsRequests.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.IExternalProxy.ProxyDnsRequests%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_IExternalProxy_ProxyType.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.IExternalProxy.ProxyType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
...
...
@@ -283,7 +313,7 @@
<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_IExternalProxy_UserName.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.IExternalProxy.UserName%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<ahref="https://github.com/justcoding121/Titanium-Web-Proxy/new/master/apiSpec/new?filename=Titanium_Web_Proxy_Models_IExternalProxy_ToString.md&value=---%0Auid%3A%20Titanium.Web.Proxy.Models.IExternalProxy.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
"title":"Class ExternalProxy | Titanium Web Proxy",
"keywords":"Class ExternalProxy An upstream proxy this proxy uses if any. Inheritance Object ExternalProxy Implements IExternalProxy Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : Titanium.Web.Proxy.Models Assembly : Titanium.Web.Proxy.dll Syntax public class ExternalProxy : IExternalProxy Constructors | Improve this Doc View Source ExternalProxy() Initializes a new instance of the ExternalProxy class. Declaration public ExternalProxy() | Improve this Doc View Source ExternalProxy(String, Int32) Initializes a new instance of the ExternalProxy class. Declaration public ExternalProxy(string hostName, int port) Parameters Type Name Description String hostName Name of the host. Int32 port The port. | Improve this Doc View Source ExternalProxy(String, Int32, String, String) Initializes a new instance of the ExternalProxy class. Declaration public ExternalProxy(string hostName, int port, string userName, string password) Parameters Type Name Description String hostName Name of the host. Int32 port The port. String userName Name of the user. String password The password. Properties | Improve this Doc View Source BypassLocalhost Bypass this proxy for connections to localhost? Declaration public bool BypassLocalhost { get; set; } Property Value Type Description Boolean | Improve this Doc View Source HostName Host name. Declaration public string HostName { get; set; } Property Value Type Description String | Improve this Doc View Source Password Password. Declaration public string Password { get; set; } Property Value Type Description String | Improve this Doc View Source Port Port. Declaration public int Port { get; set; } Property Value Type Description Int32 | Improve this Doc View Source ProxyType Declaration public ExternalProxyType ProxyType { get; set; } Property Value Type Description ExternalProxyType | Improve this Doc View Source UseDefaultCredentials Use default windows credentials? Declaration public bool UseDefaultCredentials { get; set; } Property Value Type Description Boolean | Improve this Doc View Source UserName Username. Declaration public string UserName { get; set; } Property Value Type Description String Methods | Improve this Doc View Source ToString() returns data in Hostname:port format. Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements IExternalProxy"
"keywords":"Class ExternalProxy An upstream proxy this proxy uses if any. Inheritance Object ExternalProxy Implements IExternalProxy Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : Titanium.Web.Proxy.Models Assembly : Titanium.Web.Proxy.dll Syntax public class ExternalProxy : IExternalProxy Constructors | Improve this Doc View Source ExternalProxy() Initializes a new instance of the ExternalProxy class. Declaration public ExternalProxy() | Improve this Doc View Source ExternalProxy(String, Int32) Initializes a new instance of the ExternalProxy class. Declaration public ExternalProxy(string hostName, int port) Parameters Type Name Description String hostName Name of the host. Int32 port The port. | Improve this Doc View Source ExternalProxy(String, Int32, String, String) Initializes a new instance of the ExternalProxy class. Declaration public ExternalProxy(string hostName, int port, string userName, string password) Parameters Type Name Description String hostName Name of the host. Int32 port The port. String userName Name of the user. String password The password. Properties | Improve this Doc View Source BypassLocalhost Bypass this proxy for connections to localhost? Declaration public bool BypassLocalhost { get; set; } Property Value Type Description Boolean | Improve this Doc View Source HostName Host name. Declaration public string HostName { get; set; } Property Value Type Description String | Improve this Doc View Source Password Password. Declaration public string Password { get; set; } Property Value Type Description String | Improve this Doc View Source Port Port. Declaration public int Port { get; set; } Property Value Type Description Int32 | Improve this Doc View Source ProxyDnsRequests Declaration public bool ProxyDnsRequests { get; set; } Property Value Type Description Boolean | Improve this Doc View Source ProxyType Declaration public ExternalProxyType ProxyType { get; set; } Property Value Type Description ExternalProxyType | Improve this Doc View Source UseDefaultCredentials Use default windows credentials? Declaration public bool UseDefaultCredentials { get; set; } Property Value Type Description Boolean | Improve this Doc View Source UserName Username. Declaration public string UserName { get; set; } Property Value Type Description String Methods | Improve this Doc View Source ToString() returns data in Hostname:port format. Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Implements IExternalProxy"