CurlSharp.NativeMethods.curl_shim_install_delegates C# (CSharp) Method

curl_shim_install_delegates() private method

private curl_shim_install_delegates ( IntPtr pCurl, IntPtr pThis, _ShimWriteCallback pWrite, _ShimReadCallback pRead, _ShimProgressCallback pProgress, _ShimDebugCallback pDebug, _ShimHeaderCallback pHeader, _ShimSslCtxCallback pCtx, _ShimIoctlCallback pIoctl ) : int
pCurl System.IntPtr
pThis System.IntPtr
pWrite _ShimWriteCallback
pRead _ShimReadCallback
pProgress _ShimProgressCallback
pDebug _ShimDebugCallback
pHeader _ShimHeaderCallback
pCtx _ShimSslCtxCallback
pIoctl _ShimIoctlCallback
return int
        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);