Click or drag to resize

FTPHeaderUserName Property

Gets or sets the name of the user.

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public string UserName { get; set; }

Property Value

Type: String
The name of the user.
See Also