Property | Type | Description | |
---|---|---|---|
IsWindows | bool |
Property | Type | Description | |
---|---|---|---|
_uv_accept | Func |
||
_uv_async_init | Func |
||
_uv_async_send | int>.Func | ||
_uv_close | uv_close_cb>.Action | ||
_uv_err_name | IntPtr>.Func | ||
_uv_handle_size | int>.Func | ||
_uv_ip4_addr | uv_ip4_addr_func | ||
_uv_ip6_addr | uv_ip6_addr_func | ||
_uv_listen | Func |
||
_uv_loop_close | int>.Func | ||
_uv_loop_init | int>.Func | ||
_uv_loop_size | Func |
||
_uv_pipe_bind | Func |
||
_uv_pipe_connect | Action |
||
_uv_pipe_init | Func |
||
_uv_pipe_pending_count | int>.Func | ||
_uv_read_start | Func |
||
_uv_read_stop | int>.Func | ||
_uv_ref | Action |
||
_uv_req_size | int>.Func | ||
_uv_run | Func |
||
_uv_shutdown | Func |
||
_uv_stop | Action |
||
_uv_strerror | IntPtr>.Func | ||
_uv_tcp_bind | uv_tcp_bind_func | ||
_uv_tcp_init | Func |
||
_uv_tcp_nodelay | Func |
||
_uv_tcp_open | Func |
||
_uv_try_write | Func |
||
_uv_unref | Action |
||
_uv_walk | Func |
||
_uv_write | uv_write_func | ||
_uv_write2 | uv_write2_func |
Method | Description | |
---|---|---|
@ref ( |
||
Check ( int statusCode ) : int | ||
Check ( int statusCode, |
||
Libuv ( ) : System | ||
accept ( |
||
async_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, |
||
async_send ( |
||
buf_init ( |
||
close ( |
||
close ( |
||
err_name ( int err ) : string | ||
handle_size ( HandleType handleType ) : int | ||
ip4_addr ( string ip, int port, sockaddr &addr, |
||
ip6_addr ( string ip, int port, sockaddr &addr, |
||
listen ( |
||
loop_close ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle ) : void | ||
loop_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle ) : void | ||
loop_size ( ) : int | ||
pipe_bind ( Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle handle, string name ) : void | ||
pipe_connect ( |
||
pipe_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle handle, bool ipc ) : void | ||
pipe_pending_count ( Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle handle ) : int | ||
read_start ( |
||
read_stop ( |
||
req_size ( RequestType reqType ) : int | ||
run ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle, int mode ) : int | ||
shutdown ( Microsoft.AspNet.Server.Kestrel.Networking.UvShutdownReq req, |
||
stop ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle ) : void | ||
strerror ( int err ) : string | ||
tcp_bind ( |
||
tcp_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, |
||
tcp_nodelay ( |
||
tcp_open ( |
||
try_write ( |
||
unref ( |
||
walk ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, uv_walk_cb walk_cb, |
||
write ( Microsoft.AspNet.Server.Kestrel.Networking.UvRequest req, |
||
write2 ( Microsoft.AspNet.Server.Kestrel.Networking.UvRequest req, |
public Check ( int statusCode, |
||
statusCode | int | |
error | ||
return | int |
public accept ( |
||
server | ||
client | ||
return | void |
public async_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, |
||
loop | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
handle | ||
cb | uv_async_cb | |
return | void |
public async_send ( |
||
handle | ||
return | void |
public buf_init ( |
||
memory | ||
len | int | |
return | uv_buf_t |
public close ( |
||
handle | ||
close_cb | uv_close_cb | |
return | void |
public close ( |
||
handle | ||
close_cb | uv_close_cb | |
return | void |
public handle_size ( HandleType handleType ) : int | ||
handleType | HandleType | |
return | int |
public ip4_addr ( string ip, int port, sockaddr &addr, |
||
ip | string | |
port | int | |
addr | sockaddr | |
error | ||
return | int |
public ip6_addr ( string ip, int port, sockaddr &addr, |
||
ip | string | |
port | int | |
addr | sockaddr | |
error | ||
return | int |
public listen ( |
||
handle | ||
backlog | int | |
cb | uv_connection_cb | |
return | void |
public loop_close ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle ) : void | ||
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
return | void |
public loop_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle ) : void | ||
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
return | void |
public pipe_bind ( Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle handle, string name ) : void | ||
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle | |
name | string | |
return | void |
public pipe_connect ( |
||
req | ||
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle | |
name | string | |
cb | uv_connect_cb | |
return | void |
public pipe_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle handle, bool ipc ) : void | ||
loop | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle | |
ipc | bool | |
return | void |
public pipe_pending_count ( Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle handle ) : int | ||
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvPipeHandle | |
return | int |
public read_start ( |
||
handle | ||
alloc_cb | uv_alloc_cb | |
read_cb | uv_read_cb | |
return | void |
public read_stop ( |
||
handle | ||
return | void |
public req_size ( RequestType reqType ) : int | ||
reqType | RequestType | |
return | int |
public run ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle, int mode ) : int | ||
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
mode | int | |
return | int |
public shutdown ( Microsoft.AspNet.Server.Kestrel.Networking.UvShutdownReq req, |
||
req | Microsoft.AspNet.Server.Kestrel.Networking.UvShutdownReq | |
handle | ||
cb | uv_shutdown_cb | |
return | void |
public stop ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle handle ) : void | ||
handle | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
return | void |
public tcp_bind ( |
||
handle | ||
addr | sockaddr | |
flags | int | |
return | void |
public tcp_init ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, |
||
loop | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
handle | ||
return | void |
public tcp_nodelay ( |
||
handle | ||
enable | bool | |
return | void |
public tcp_open ( |
||
handle | ||
hSocket | ||
return | void |
public try_write ( |
||
handle | ||
bufs | uv_buf_t | |
nbufs | int | |
return | int |
public walk ( Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle loop, uv_walk_cb walk_cb, |
||
loop | Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle | |
walk_cb | uv_walk_cb | |
arg | ||
return | void |
public write ( Microsoft.AspNet.Server.Kestrel.Networking.UvRequest req, |
||
req | Microsoft.AspNet.Server.Kestrel.Networking.UvRequest | |
handle | ||
bufs | uv_buf_t | |
nbufs | int | |
cb | uv_write_cb | |
return | void |
public write2 ( Microsoft.AspNet.Server.Kestrel.Networking.UvRequest req, |
||
req | Microsoft.AspNet.Server.Kestrel.Networking.UvRequest | |
handle | ||
bufs | ||
nbufs | int | |
sendHandle | ||
cb | uv_write_cb | |
return | void |