C# Class WopiHost.Extensions

Afficher le fichier Open project: petrsvihlik/WopiHost

Méthodes publiques

Méthode Description
ReadBytesAsync ( this input ) : Task

Copies the stream to a byte array.

Method Details

ReadBytesAsync() public static méthode

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