Method |
Description |
|
Alloc ( HandleType type ) : IntPtr |
|
|
Alloc ( RequestType type ) : IntPtr |
|
|
Alloc ( int size ) : IntPtr |
|
|
Bind ( LibuvSharp.Handle handle, bind bind, bind6 bind6, IPAddress ipAddress, int port, bool dualstack ) : void |
|
|
Free ( IntPtr ptr ) : void |
|
|
GetIPEndPoint ( IntPtr sockaddr, bool map ) : IPEndPoint |
|
|
GetMapping ( byte data ) : IPAddress |
|
|
GetSockname ( LibuvSharp.Handle handle, uv_getsockname getsockname ) : IPEndPoint |
|
|
IsMapping ( byte data ) : bool |
|
|
Sizeof ( RequestType type ) : int |
|
|
ToString ( int size, Func func ) : string |
|
|
ToString ( int size, callback func ) : string |
|
|
ToStruct ( string ip, int port ) : sockaddr_in |
|
|
ToStruct6 ( string ip, int port ) : sockaddr_in6 |
|
|
ntohs ( ushort bytes ) : ushort |
|
|
ntohs_unix ( ushort bytes ) : ushort |
|
|
ntohs_win ( ushort bytes ) : ushort |
|
|
strlen ( byte bytes ) : int |
|
|
uv_ip4_addr ( string ip, int port, sockaddr_in &address ) : int |
|
|
uv_ip4_name ( IntPtr src, byte dst, IntPtr size ) : int |
|
|
uv_ip6_addr ( string ip, int port, sockaddr_in6 &address ) : int |
|
|
uv_ip6_name ( IntPtr src, byte dst, IntPtr size ) : int |
|
|
uv_req_size ( RequestType type ) : int |
|
|
uv_version ( ) : uint |
|
|
uv_version_string ( ) : sbyte* |
|
|