Add a remark in CAInfo doc comment mentioning it is Linux only. (#5248)

This commit is contained in:
Ahson Khan 2024-01-11 11:23:35 -08:00 committed by GitHub
parent e69559f45e
commit dece333752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,8 @@ namespace Azure { namespace Core { namespace Http {
* @remark The default is the built-in system specific path. More about this option:
* https://curl.se/libcurl/c/CURLOPT_CAINFO.html
*
* @remark This option is known to only work on Linux and might throw if set on other platforms.
*
*/
std::string CAInfo;