C# 클래스 WopiHost.Extensions

파일 보기 프로젝트 열기: petrsvihlik/WopiHost

공개 메소드들

메소드 설명
ReadBytesAsync ( this input ) : Task

Copies the stream to a byte array.

메소드 상세

ReadBytesAsync() 공개 정적인 메소드

Copies the stream to a byte array.
public static ReadBytesAsync ( this input ) : Task
input this Stream to read from
리턴 Task