Catalyst File Transfer .NET

FileTransfer.CommandEventArgs.ResultString Property

Gets a string value which describes the result of the previous command.

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

Property Value

A string which describes the result of the previous command executed on the server.

Remarks

This string is generated by the remote server, and typically is used to describe the result code. For example, if an error is indicated by the result code, the result string may describe the condition that caused the error.

See Also

FileTransfer.CommandEventArgs Class | SocketTools Namespace