uv_buf_t Struct

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

Syntax

public struct uv_buf_t
struct Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.uv_buf_t

Constructors

uv_buf_t(System.IntPtr, System.Int32, System.Boolean)
public uv_buf_t(IntPtr memory, int len, bool IsWindows)