| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| requestUrl | String | The Request URL. | ||
| httpPost | Boolean | Indicates whether to send the Request as an HTTP POST. If False then the request will be sent as an HTTP GET. | ||
| requestString | String | The Request String. | ||
| responseText | String | ByRef | The Response Text. | |
| contentType | String | Optional | The 'Content-Type' header to write. If omitted, a value of text/xml is assumed. | |
| response | HttpWebResponse | Optional | ByRef | The Response object. If omitted, a value of Nothing is assumed. |
| ignoreResponseText | Boolean | Optional | If set to 'True' then the response stream will not be read into the responseText parameter. If omitted, a value of False is assumed. | |
| ignoreCertificateWarnings | Boolean | Optional | Indicates whether to ignore SSL Certificate Warnings. If omitted, a value of False is assumed. |
A Boolean value indicating success.