FTPConnectionGetURL Method (Boolean, Boolean, Boolean) |
Returns a URL corresponding to the current state of this SecureFTPConnection.
The URL optionally includes the directory, user-name and password.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual string GetURL(
bool includeDirectory,
bool includeUserName,
bool includePassword
)
Public Overridable Function GetURL (
includeDirectory As Boolean,
includeUserName As Boolean,
includePassword As Boolean
) As String
public:
virtual String^ GetURL(
bool includeDirectory,
bool includeUserName,
bool includePassword
)
abstract GetURL :
includeDirectory : bool *
includeUserName : bool *
includePassword : bool -> string
override GetURL :
includeDirectory : bool *
includeUserName : bool *
includePassword : bool -> string
Parameters
- includeDirectory
- Type: SystemBoolean
Should the directory be included in the URL? - includeUserName
- Type: SystemBoolean
Should the user-name be included in the URL? - includePassword
- Type: SystemBoolean
Should the password be included in the URL?
Return Value
Type:
StringURL corresponding to the current state of this
SecureFTPConnection
See Also