C# Class LibuvSharp.Threading.Tasks.IUVStreamExtensions

Exibir arquivo Open project: WebSharpProject/LibuvSharp

Public Methods

Method Description
ReadAsync ( this stream ) : Task?>
ShutdownAsync ( this stream ) : System.Threading.Tasks.Task
WriteAsync ( this stream, byte data ) : System.Threading.Tasks.Task
WriteAsync ( this stream, byte data, int index ) : System.Threading.Tasks.Task
WriteAsync ( this stream, byte data, int index, int count ) : System.Threading.Tasks.Task

Method Details

ReadAsync() public static method

public static ReadAsync ( this stream ) : Task?>
stream this
return Task?>

ShutdownAsync() public static method

public static ShutdownAsync ( this stream ) : System.Threading.Tasks.Task
stream this
return System.Threading.Tasks.Task

WriteAsync() public static method

public static WriteAsync ( this stream, byte data ) : System.Threading.Tasks.Task
stream this
data byte
return System.Threading.Tasks.Task

WriteAsync() public static method

public static WriteAsync ( this stream, byte data, int index ) : System.Threading.Tasks.Task
stream this
data byte
index int
return System.Threading.Tasks.Task

WriteAsync() public static method

public static WriteAsync ( this stream, byte data, int index, int count ) : System.Threading.Tasks.Task
stream this
data byte
index int
count int
return System.Threading.Tasks.Task