The HTTPResponse class / com.HTTPResponse methods |
Returns the number of additional parts in the HTTP response.
getPartCount() RETURNING count INTEGER
Returns the number of additional parts in the HTTP response. The root part element must be handled via getXmlResponse(), getTextResponse(), getDataResponse() and beginXmlResponse(). In other words, there are getPartCount() +1 parts if getMultipartType() does not return NULL.