Catalyst File Transfer .NET

FileTransfer.UserName Property

Gets and sets the username used to authenticate the client session.

[Visual Basic]
Public Property UserName As String
[C#]
public string UserName {get; set;}

Property Value

A string which specifies the username.

Remarks

If a username is not specified when the Connect method is called, the value of this property will be used as the default username when establishing a connection with the server.

See Also

FileTransfer Class | SocketTools Namespace