C# Class CurlSharp.NativeMethods

P/Invoke signatures.
Mostrar archivo Open project: WarlaxZ/Jackett Class Usage Examples

Private Methods

Method Description
FD_ZERO ( fd_set fds ) : void
curl_easy_cleanup ( IntPtr pCurl ) : void
curl_easy_duphandle ( IntPtr pCurl ) : IntPtr
curl_easy_getinfo ( IntPtr pCurl, CurlInfo info, IntPtr &pInfo ) : CurlCode
curl_easy_getinfo ( IntPtr pCurl, CurlInfo info, double &dblVal ) : CurlCode
curl_easy_init ( ) : IntPtr
curl_easy_perform ( IntPtr pCurl ) : CurlCode
curl_easy_reset ( IntPtr pCurl ) : void
curl_easy_setopt ( IntPtr pCurl, CurlOption opt, IntPtr parm ) : CurlCode
curl_easy_setopt ( IntPtr pCurl, CurlOption opt, bool parm ) : CurlCode
curl_easy_setopt ( IntPtr pCurl, CurlOption opt, byte parm ) : CurlCode
curl_easy_setopt ( IntPtr pCurl, CurlOption opt, long parm ) : CurlCode
curl_easy_setopt ( IntPtr pCurl, CurlOption opt, string parm ) : CurlCode
curl_easy_setopt_cb ( IntPtr pCurl, CurlOption opt, _CurlDebugCallback parm ) : CurlCode
curl_easy_setopt_cb ( IntPtr pCurl, CurlOption opt, _CurlGenericCallback parm ) : CurlCode
curl_easy_setopt_cb ( IntPtr pCurl, CurlOption opt, _CurlIoctlCallback parm ) : CurlCode
curl_easy_setopt_cb ( IntPtr pCurl, CurlOption opt, _CurlProgressCallback parm ) : CurlCode
curl_easy_setopt_cb ( IntPtr pCurl, CurlOption opt, _CurlSslCtxCallback parm ) : CurlCode
curl_easy_strerror ( CurlCode err ) : IntPtr
curl_escape ( String url, int length ) : IntPtr
curl_formadd ( IntPtr &pHttppost, IntPtr &pLastPost, int codeFirst, IntPtr bufFirst, int codeNext, IntPtr bufNext, int codeLast ) : int
curl_formfree ( IntPtr pForm ) : void
curl_free ( IntPtr p ) : void
curl_global_cleanup ( ) : void
curl_global_init ( int flags ) : CurlCode
curl_multi_add_handle ( IntPtr pmulti, IntPtr peasy ) : CurlMultiCode
curl_multi_cleanup ( IntPtr pmulti ) : CurlMultiCode
curl_multi_fdset ( IntPtr pmulti, [ read_fd_set, [ write_fd_set, [ exc_fd_set, [ max_fd ) : CurlMultiCode
curl_multi_init ( ) : IntPtr
curl_multi_perform ( IntPtr pmulti, int &runningHandles ) : CurlMultiCode
curl_multi_remove_handle ( IntPtr pmulti, IntPtr peasy ) : CurlMultiCode
curl_multi_strerror ( CurlMultiCode errorNum ) : IntPtr
curl_share_cleanup ( IntPtr pShare ) : CurlShareCode
curl_share_init ( ) : IntPtr
curl_share_setopt ( IntPtr pShare, CurlShareOption optCode, IntPtr option ) : CurlShareCode
curl_share_strerror ( CurlShareCode errorCode ) : IntPtr
curl_shim_add_string ( IntPtr pStrings, String str ) : IntPtr
curl_shim_add_string_to_slist ( IntPtr pStrings, String str ) : IntPtr
curl_shim_alloc_fd_sets ( ) : IntPtr
curl_shim_alloc_strings ( ) : IntPtr
curl_shim_cleanup ( ) : void
curl_shim_cleanup_delegates ( IntPtr pThis ) : void
curl_shim_cleanup_share_delegates ( IntPtr pShare ) : void
curl_shim_formadd ( IntPtr ppForms, IntPtr pParams, int nParams ) : int
curl_shim_free_fd_sets ( IntPtr fdsets ) : void
curl_shim_free_slist ( IntPtr p ) : void
curl_shim_free_strings ( IntPtr pStrings ) : void
curl_shim_get_file_time ( int unixTime, int &yy, int &mm, int &dd, int &hh, int &mn, int &ss ) : void
curl_shim_get_number_of_protocols ( IntPtr p, int offset ) : int
curl_shim_get_protocol_string ( IntPtr p, int offset, int index ) : IntPtr
curl_shim_get_string_from_slist ( IntPtr pSlist, IntPtr &pStr ) : IntPtr
curl_shim_get_version_char_ptr ( IntPtr p, int offset ) : IntPtr
curl_shim_get_version_int_value ( IntPtr p, int offset ) : int
curl_shim_initialize ( ) : void
curl_shim_install_delegates ( IntPtr pCurl, IntPtr pThis, _ShimWriteCallback pWrite, _ShimReadCallback pRead, _ShimProgressCallback pProgress, _ShimDebugCallback pDebug, _ShimHeaderCallback pHeader, _ShimSslCtxCallback pCtx, _ShimIoctlCallback pIoctl ) : int
curl_shim_install_share_delegates ( IntPtr pShare, IntPtr pThis, _ShimLockCallback pLock, _ShimUnlockCallback pUnlock ) : int
curl_shim_multi_fdset ( IntPtr multi, IntPtr fdsets, int &maxFD ) : CurlMultiCode
curl_shim_multi_info_free ( IntPtr multiInfo ) : void
curl_shim_multi_info_read ( IntPtr multi, int &nMsgs ) : IntPtr
curl_shim_select ( int maxFD, IntPtr fdsets, int milliseconds ) : int
curl_slist_append ( IntPtr slist, string data ) : IntPtr
curl_slist_free_all ( IntPtr pList ) : CurlShareCode
curl_unescape ( String url, int length ) : IntPtr
curl_version ( ) : IntPtr
curl_version_info ( CurlVersion ver ) : IntPtr
select ( int nfds, [ readfds, [ writefds, [ exceptfds, timeval &timeout ) : int