C# Class EvHttpSharp.Interop.Event

Afficher le fichier Open project: kekekeks/evhttp-sharp Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

EvConnListenerNew() public static méthode

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
Résultat EvConnListener

EvHttpAcceptSocketWithHandle() public static méthode

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

Init() public static méthode

public static Init ( string basePath = null ) : void
basePath string
Résultat void