C# Class Cats.TemplateServer.Dto.StreamExtensions

Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
CopyTo ( this input, Stream output ) : void

Copies data from one stream to another.

Method Details

CopyTo() public static méthode

Copies data from one stream to another.
public static CopyTo ( this input, Stream output ) : void
input this The input stream
output System.IO.Stream The output stream
Résultat void