C# Class SignalR.Client.Infrastructure.StreamExtensions

Afficher le fichier Open project: robink-teleopti/SignalR

Méthodes publiques

Méthode Description
ReadAsync ( this stream, byte buffer ) : Task
WriteAsync ( this stream, byte buffer ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
EndRead ( Stream stream, IAsyncResult ar, byte buffer ) : int
EndWrite ( Stream stream, IAsyncResult ar, byte buffer ) : void

Method Details

ReadAsync() public static méthode

public static ReadAsync ( this stream, byte buffer ) : Task
stream this
buffer byte
Résultat Task

WriteAsync() public static méthode

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