Script Packager Object Model Reference

IHttpRequest.LoadContent Method 

Load the request content from the specified file

void LoadContent(
   string filePath
);

Parameters

filePath
The name and path of the file to load as the request content

Remarks

This method is useful to handle binary request data which is otherwise not supported by mrScriptBasic. The Content-Type header is not automatically added.

See Also

IHttpRequest Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace