You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- options (string, in XML format) - This allows you to specify several options to fine-tune the HTTP Request. They are passed as XML following this format:
Sets the [HttpWebRequest.Timeout Property](https://docs.microsoft.com/en-us/dotnet/api/system.net.httpwebrequest.timeout) as the number of milliseconds until the request times out
51
-
Example: '<timeout>60000</timeout>' is 60,000 milliseconds, which is 60 seconds (1 minute).
52
+
Example: '<timeout>60000</timeout>' is 60,000 milliseconds, which is 60 seconds (1 minute).
52
53
- auto_decompress
53
54
Sets the [HttpWebRequest.AutomaticDecompression Property](https://docs.microsoft.com/en-us/dotnet/api/system.net.httpwebrequest.automaticdecompression) to automatically decompress the response
0 commit comments