LibuvFunctions
HandleType
RequestType
uv_alloc_cb
uv_async_cb
uv_buf_t
uv_close_cb
uv_connect_cb
uv_connection_cb
uv_fileno_func
uv_ip4_addr_func
uv_ip6_addr_func
uv_read_cb
uv_tcp_bind_func
uv_tcp_getpeername_func
uv_tcp_getsockname_func
uv_timer_cb
uv_walk_cb
uv_write_cb
uv_write_func
uv_write2_func
_uv_accept
_uv_async_init
_uv_async_send
_uv_close
_uv_err_name
_uv_fileno
_uv_handle_size
_uv_ip4_addr
_uv_ip6_addr
_uv_listen
_uv_loop_close
_uv_loop_init
_uv_loop_size
_uv_now
_uv_pipe_bind
_uv_pipe_connect
_uv_pipe_init
_uv_pipe_open
_uv_pipe_pending_count
_uv_read_start
_uv_read_stop
_uv_ref
_uv_req_size
_uv_run
_uv_stop
_uv_strerror
_uv_tcp_bind
_uv_tcp_getpeername
_uv_tcp_getsockname
_uv_tcp_init
_uv_tcp_nodelay
_uv_tcp_open
_uv_timer_init
_uv_timer_start
_uv_timer_stop
_uv_try_write
_uv_unref
_uv_unsafe_async_send
_uv_walk
_uv_write
_uv_write2
IsWindows
LibuvFunctions()
LibuvFunctions(Boolean)
accept(UvStreamHandle, UvStreamHandle)
async_init(UvLoopHandle, UvAsyncHandle, uv_async_cb)
async_send(UvAsyncHandle)
buf_init(IntPtr, Int32)
Check(Int32, UvException)
close(IntPtr, uv_close_cb)
close(UvHandle, uv_close_cb)
err_name(Int32)
handle_size(HandleType)
ip4_addr(String, Int32, SockAddr, UvException)
ip6_addr(String, Int32, SockAddr, UvException)
listen(UvStreamHandle, Int32, uv_connection_cb)
loop_close(UvLoopHandle)
loop_init(UvLoopHandle)
loop_size()
now(UvLoopHandle)
pipe_bind(UvPipeHandle, String)
pipe_connect(UvConnectRequest, UvPipeHandle, String, uv_connect_cb)
pipe_init(UvLoopHandle, UvPipeHandle, Boolean)
pipe_open(UvPipeHandle, IntPtr)
pipe_pending_count(UvPipeHandle)
read_start(UvStreamHandle, uv_alloc_cb, uv_read_cb)
read_stop(UvStreamHandle)
ref(UvHandle)
req_size(RequestType)
run(UvLoopHandle, Int32)
stop(UvLoopHandle)
strerror(Int32)
tcp_bind(UvTcpHandle, SockAddr, Int32)
tcp_getpeername(UvTcpHandle, SockAddr, Int32)
tcp_getsockname(UvTcpHandle, SockAddr, Int32)
tcp_init(UvLoopHandle, UvTcpHandle)
tcp_nodelay(UvTcpHandle, Boolean)
tcp_open(UvTcpHandle, IntPtr)
ThrowIfErrored(Int32)
timer_init(UvLoopHandle, UvTimerHandle)
timer_start(UvTimerHandle, uv_timer_cb, Int64, Int64)
timer_stop(UvTimerHandle)
try_write(UvStreamHandle, uv_buf_t[], Int32)
unref(UvHandle)
unsafe_async_send(IntPtr)
uv_fileno(UvHandle, IntPtr)
walk(UvLoopHandle, uv_walk_cb, IntPtr)
write(UvRequest, UvStreamHandle, uv_buf_t*, Int32, uv_write_cb)
write2(UvRequest, UvStreamHandle, uv_buf_t*, Int32, UvStreamHandle, uv_write_cb)
netcoreapp2.2
namespace Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking
{
public class LibuvFunctions
{
protected uv_write2_func _uv_write2;
}
}
.NET Core | 2.02.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv , Version=2.2.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API