Home
last modified time | relevance | path

Searched defs:SafeCurlHandle (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Net.Http.Native/
H A DInterop.Easy.cs226 internal sealed class SafeCurlHandle : SafeHandle class in Interop.Http
228 public SafeCurlHandle() : base(IntPtr.Zero, true) in SafeCurlHandle() method in Interop.Http.SafeCurlHandle
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Unix/
H A DCurlHandler.EasyRequest.cs20 using SafeCurlHandle = Interop.Http.SafeCurlHandle; typedef