public void SaveCookies(string file) { curl_easy_setopt(m_pCURL, CURLoption.CURLOPT_COOKIEJAR, file); }