masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will Multi set opt be supported

ChangePlaces opened this issue · comments

Are there any plans to support multi setopt?

Currently curl_multi_setopt only supports CURLMOPT_PIPELINING.
Is there any specific CURLMOPT_ you'd like to add?

Oh, I was under the impression it supported a lot more: https://curl.haxx.se/libcurl/c/multi_setopt_options.html

I'm wanting to manage the timeout and max connections