CurlSharp.NativeMethods.curl_shim_get_number_of_protocols C# (CSharp) Method

curl_shim_get_number_of_protocols() private method

private curl_shim_get_number_of_protocols ( IntPtr p, int offset ) : int
p System.IntPtr
offset int
return int
        internal static extern int curl_shim_get_number_of_protocols(IntPtr p, int offset);