FtpProxy.GetProxyAddress Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
GetProxyAddress()
Gets the proxy address.
Declaration
protected override Uri GetProxyAddress()
Returns
Type | Description |
---|---|
Uri | Returns the proxy address with the correct schema applied. |
Overrides
GetProxyAddress(String, Int32, String)
Gets the proxy address. Inherited from Proxy.
Declaration
protected Uri GetProxyAddress(string hostName, int port, string schema)
Parameters
Type | Name | Description |
---|---|---|
String | hostName | Host part of the address. |
Int32 | port | Port part of the address. |
String | schema | Shema used in address. |
Returns
Type | Description |
---|---|
Uri | Returns the proxy address with the correct schema applied. |