SeasideResearch.LibCurlNet.Easy.Reset C# (CSharp) 메소드

Reset() 공개 메소드

Reset the internal cURL handle.
This is thrown if /// the native CURL* handle wasn't created successfully.
public Reset ( ) : void
리턴 void
        public void Reset()
        {
            EnsureHandle();
            External.curl_easy_reset(m_pCURL);
        }