示例#1
0
文件: Libuv.cs 项目: codecopy/NLibuv
 public static extern int uv_tcp_getpeername(UvTcp handle, out SockAddr name, ref int namelen);
示例#2
0
文件: Libuv.cs 项目: codecopy/NLibuv
 public static extern int uv_tcp_bind(UvTcp handle, ref SockAddr addr, int flags);
示例#3
0
文件: Libuv.cs 项目: codecopy/NLibuv
 public static extern int uv_tcp_connect(UvTcpConnectRequest req, UvTcp handle, ref SockAddr addr, UvConnectCallback cb);
示例#4
0
文件: Libuv.cs 项目: codecopy/NLibuv
 public static extern int uv_ip6_addr(string ip, int port, out SockAddr addr);