C# Class EvHttpSharp.Interop.EvHttpConnection

Inheritance: System.Runtime.InteropServices.SafeHandle
Mostrar archivo Open project: kekekeks/evhttp-sharp

Public Methods

Method Description
EvHttpConnection ( ) : System
EvHttpConnection ( IntPtr h ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

EvHttpConnection() public method

public EvHttpConnection ( ) : System
return System

EvHttpConnection() public method

public EvHttpConnection ( IntPtr h ) : System
h System.IntPtr
return System

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool