C# Class WopiHost.Extensions

ファイルを表示 Open project: petrsvihlik/WopiHost

Public Methods

Method Description
ReadBytesAsync ( this input ) : Task

Copies the stream to a byte array.

Method Details

ReadBytesAsync() public static method

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