uv_write_cb Delegate

Namespace
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv
Assemblies
  • Microsoft.AspNetCore.Server.Kestrel

Syntax

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate void uv_write_cb(IntPtr req, int status);
delegate Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.uv_write_cb