C# Class SignalR.Client._20.Infrastructure.StreamExtensions

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Méthode Description
ReadAsync ( EventSignal signal, Stream stream, byte buffer ) : void

Private Methods

Méthode Description
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
ReadAsyncInternal ( StreamState streamState ) : void

Method Details

ReadAsync() public static méthode

public static ReadAsync ( EventSignal signal, Stream stream, byte buffer ) : void
signal EventSignal
stream Stream
buffer byte
Résultat void