C# Class Microsoft.AspNet.Server.Kestrel.Networking.Libuv.uv_buf_t

Show file Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
uv_buf_t ( IntPtr memory, int len, bool IsWindows ) : System

Method Details

uv_buf_t() public method

public uv_buf_t ( IntPtr memory, int len, bool IsWindows ) : System
memory System.IntPtr
len int
IsWindows bool
return System