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: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public virtual string GetURL(
bool includeDirectory,
bool includeUserName,
bool includePassword
) |
Visual Basic |
---|
Public Overridable Function GetURL ( _
includeDirectory As Boolean, _
includeUserName As Boolean, _
includePassword As Boolean _
) As String |
Visual C++ |
---|
public:
virtual String^ GetURL(
bool includeDirectory,
bool includeUserName,
bool includePassword
) |
Return Value
URL corresponding to the current state of this
SecureFTPConnection
See Also