C# Class WebSocket.Portable.Internal.DataLayerExtensions

Afficher le fichier Open project: NVentimiglia/WebSocket.Portable

Méthodes publiques

Méthode Description
ReadAsync ( this layer, int length, CancellationToken cancellationToken ) : Task
ReadAsync ( this layer, int length, CancellationToken cancellationToken, WebSocketErrorCode errorCode ) : Task

Method Details

ReadAsync() public static méthode

public static ReadAsync ( this layer, int length, CancellationToken cancellationToken ) : Task
layer this
length int
cancellationToken System.Threading.CancellationToken
Résultat Task

ReadAsync() public static méthode

public static ReadAsync ( this layer, int length, CancellationToken cancellationToken, WebSocketErrorCode errorCode ) : Task
layer this
length int
cancellationToken System.Threading.CancellationToken
errorCode WebSocketErrorCode
Résultat Task