C# 클래스 m.Http.HttpBody.Streamable

상속: HttpBody, IDisposable
파일 보기 프로젝트 열기: joongonn/mHttp

공개 메소드들

메소드 설명
Dispose ( ) : void
Streamable ( Stream source, long length, int blockSize = 4096 ) : System

비공개 메소드들

메소드 설명
WriteToAsync ( Stream toStream ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Streamable() 공개 메소드

public Streamable ( Stream source, long length, int blockSize = 4096 ) : System
source Stream
length long
blockSize int
리턴 System