SocketTools .NET Edition

HttpClient.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

The ResultString property returns the result string from the last action taken by the client. 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

HttpClient Class | SocketTools Namespace