edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
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: 9.4.0.40

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
)

Parameters

includeDirectory
Type: System..::..Boolean
Should the directory be included in the URL?
includeUserName
Type: System..::..Boolean
Should the user-name be included in the URL?
includePassword
Type: System..::..Boolean
Should the password be included in the URL?

Return Value

URL corresponding to the current state of this SecureFTPConnection

See Also