C# 클래스 EvHttpSharp.Interop.Event

파일 보기 프로젝트 열기: kekekeks/evhttp-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LogCallback ( int sev, IntPtr message ) : void
WSAStartup ( ushort wVersionRequested, byte data ) : int

메소드 상세

EvConnListenerNew() 공개 정적인 메소드

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
리턴 EvConnListener

EvHttpAcceptSocketWithHandle() 공개 정적인 메소드

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

Init() 공개 정적인 메소드

public static Init ( string basePath = null ) : void
basePath string
리턴 void