CurlSharp.CurlSlist.CurlSlist C# (CSharp) 메소드

CurlSlist() 공개 메소드

Constructor
/// This is thrown /// if hasn't bee properly initialized. ///
public CurlSlist ( ) : System
리턴 System
        public CurlSlist()
        {
            Curl.EnsureCurl();
            _handle = IntPtr.Zero;
        }

Same methods

CurlSlist::CurlSlist ( IntPtr handle ) : System