masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.
BSD 3-Clause "New" or "Revised" License
182 stars 71 forks source link

Any Example with WriteData #12

Closed bapzangbo closed 9 years ago

bapzangbo commented 9 years ago

can you write or update an example to write data downloaded to harddisk. Thanks

masroore commented 9 years ago

https://github.com/masroore/CurlSharp/blob/master/Samples/EasyGet/EasyGet.cs

chucklu commented 8 years ago

easy.WriteData = null; easy.WriteFunction = OnWriteData; @masroore the easyget demo is about WriteFunction not WriteData