C# 클래스 SignalR.Client._20.Infrastructure.StreamExtensions

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 메소드들

메소드 설명
ReadAsync ( EventSignal signal, Stream stream, byte buffer ) : void

비공개 메소드들

메소드 설명
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
ReadAsyncInternal ( StreamState streamState ) : void

메소드 상세

ReadAsync() 공개 정적인 메소드

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