C# Class LibuvSharp.Threading.Tasks.IUVStreamExtensions

Afficher le fichier Open project: WebSharpProject/LibuvSharp

Méthodes publiques

Méthode 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 méthode

public static ReadAsync ( this stream ) : Task?>
stream this
Résultat Task?>

ShutdownAsync() public static méthode

public static ShutdownAsync ( this stream ) : System.Threading.Tasks.Task
stream this
Résultat System.Threading.Tasks.Task

WriteAsync() public static méthode

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

WriteAsync() public static méthode

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

WriteAsync() public static méthode

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