Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Private Sub Login ( _
	userName As String, _
	password As String _
) Implements IFtp.Login
C#
void IFtp.Login(
	string userName,
	string password
)

Parameters

userName
Type: System..::..String
password
Type: System..::..String

Implements

IFtp..::..Login(String, String)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also