RequestFailedExceptionResponseBody Method |
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.5.0
Syntax public string ResponseBody()
Return Value
Type:
StringThe response body of the request
See Also