Example #1
0
 static public extern int uv_tcp_bind(LibuvTcpHandle handle,ref SockAddr addr,int flags);
Example #2
0
 static public extern int uv_tcp_init(LibuvLoopHandle loopHandle,LibuvTcpHandle tcpHandle);