Exemplo n.º 1
0
 public static extern int curl_shim_install_delegates(
     IntPtr pCurl,
     IntPtr pThis,
     _ShimWriteCallback pWrite,
     _ShimReadCallback pRead,
     _ShimProgressCallback pProgress,
     _ShimDebugCallback pDebug,
     _ShimHeaderCallback pHeader,
     _ShimSslCtxCallback pCtx,
     _ShimIoctlCallback pIoctl);
Exemplo n.º 2
0
 internal static extern int curl_shim_install_delegates(IntPtr pCurl, IntPtr pThis,
     _ShimWriteCallback pWrite, _ShimReadCallback pRead,
     _ShimProgressCallback pProgress, _ShimDebugCallback pDebug,
     _ShimHeaderCallback pHeader, _ShimSslCtxCallback pCtx,
     _ShimIoctlCallback pIoctl);