C# Class EvHttpSharp.Interop.Event

Datei anzeigen Open project: kekekeks/evhttp-sharp Class Usage Examples

Public Methods

Method Description
EvConnListenerNew ( EventBase evBase, IntPtr cb, IntPtr ptr, uint flags, int backlog, IntPtr fd ) : EvConnListener
EvHttpAcceptSocketWithHandle ( EvHttpSharp.Interop.EvHttp http, IntPtr fd ) : EvHttpBoundSocket
Init ( string basePath = null ) : void

Private Methods

Method Description
LogCallback ( int sev, IntPtr message ) : void
WSAStartup ( ushort wVersionRequested, byte data ) : int

Method Details

EvConnListenerNew() public static method

public static EvConnListenerNew ( EventBase evBase, IntPtr cb, IntPtr ptr, uint flags, int backlog, IntPtr fd ) : EvConnListener
evBase EventBase
cb System.IntPtr
ptr System.IntPtr
flags uint
backlog int
fd System.IntPtr
return EvConnListener

EvHttpAcceptSocketWithHandle() public static method

public static EvHttpAcceptSocketWithHandle ( EvHttpSharp.Interop.EvHttp http, IntPtr fd ) : EvHttpBoundSocket
http EvHttpSharp.Interop.EvHttp
fd System.IntPtr
return EvHttpBoundSocket

Init() public static method

public static Init ( string basePath = null ) : void
basePath string
return void