The HTTPServiceRequest class / com.HTTPServiceRequest methods |
Sets HTTP response in multipart mode of given type.
setResponseMultipartType( type STRING, start STRING, boundary STRING )
Sets HTTP response in multipart mode of given type. Calling one of the standard request method will send the HTTP response as given multipart type, even if no other part has been set.
The root HTTP part must be handled via the standard HTTPServiceRequest methods such as sendTextRequest(), sendXmlRequest(), sendDataRequest() and BeginXmlResponse().