Gets the authenticated user name, if available.

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

Syntax

Visual Basic
Public Overrides Property UserName As String
	Get
	Protected Set
C#
public override string UserName { get; protected set; }

Field Value

User name, or null (Nothing in VB.NET).

Implements

IFtp..::..UserName

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also