RequestFailedExceptionResponseBody Method A Sandcastle Documented Class Library
Gets the entity body of the response, if any. The body may provide further information about the failure, typically in an xml format. If the entity body of the response was empty, this method returns null.

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public string ResponseBody()

Return Value

Type: String
The response body of the request
See Also

Reference