PrepareHttpWebRequestForUrl
PrepareHttpWebRequestForUrl
Creates an HttpWebRequest instance and initializes it with the appropriate parameters, based on the configuration of this service object.
Returns: A initialized instance of HttpWebRequest.
PrepareHttpWebRequestForUrl(System::SharedPtr < System::Uri > url, bool acceptGzipEncoding, bool allowAutoRedirect)
| Parameter | Description |
|---|---|
| url | The URL that the HttpWebRequest should target. |
| acceptGzipEncoding | If true, ask server for GZip compressed content. |
| allowAutoRedirect | If true, redirection responses will be automatically followed. |