C# Class SpeakEasy.Contents.ByteArrayContent

Inheritance: IContent
Afficher le fichier Open project: jonnii/SpeakEasy

Méthodes publiques

Méthode Description
ByteArrayContent ( string contentType, byte bytes ) : System.IO
WriteToAsync ( Stream stream ) : System.Threading.Tasks.Task

Method Details

ByteArrayContent() public méthode

public ByteArrayContent ( string contentType, byte bytes ) : System.IO
contentType string
bytes byte
Résultat System.IO

WriteToAsync() public méthode

public WriteToAsync ( Stream stream ) : System.Threading.Tasks.Task
stream System.IO.Stream
Résultat System.Threading.Tasks.Task