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

Mostra file Open project: PlayFab/PlayFabGameServer

Public Methods

Method Description
ReadAsync ( EventSignal signal, Stream stream, byte buffer ) : void

Private Methods

Method Description
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
ReadAsyncInternal ( StreamState streamState ) : void

Method Details

ReadAsync() public static method

public static ReadAsync ( EventSignal signal, Stream stream, byte buffer ) : void
signal EventSignal
stream Stream
buffer byte
return void