C# 클래스 SpeakEasy.Contents.ByteArrayContent

상속: IContent
파일 보기 프로젝트 열기: jonnii/SpeakEasy

공개 메소드들

메소드 설명
ByteArrayContent ( string contentType, byte bytes ) : System.IO
WriteToAsync ( Stream stream ) : System.Threading.Tasks.Task

메소드 상세

ByteArrayContent() 공개 메소드

public ByteArrayContent ( string contentType, byte bytes ) : System.IO
contentType string
bytes byte
리턴 System.IO

WriteToAsync() 공개 메소드

public WriteToAsync ( Stream stream ) : System.Threading.Tasks.Task
stream System.IO.Stream
리턴 System.Threading.Tasks.Task