SecureFTPConnectionGetURL(Boolean, Boolean, Boolean) Method
Returns a URL corresponding to the current state of this SecureFTPConnection.
The URL optionally includes the directory, user-name and password.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override string GetURL(
bool includeDirectory,
bool includeUserName,
bool includePassword
)
Public Overrides Function GetURL (
includeDirectory As Boolean,
includeUserName As Boolean,
includePassword As Boolean
) As String
public:
virtual String^ GetURL(
bool includeDirectory,
bool includeUserName,
bool includePassword
) override
abstract GetURL :
includeDirectory : bool *
includeUserName : bool *
includePassword : bool -> string
override GetURL :
includeDirectory : bool *
includeUserName : bool *
includePassword : bool -> string
- includeDirectory Boolean
- Should the directory be included in the URL?
- includeUserName Boolean
- Should the user-name be included in the URL?
- includePassword Boolean
- Should the password be included in the URL?
StringURL corresponding to the current state of this
SecureFTPConnection