Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
AspNet
Server
Kestrel
Networking
Libuv.uv_buf_t
C# Class Microsoft.AspNet.Server.Kestrel.Networking.Libuv.uv_buf_t
显示文件
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