C# 클래스 UniAlltid.Language.API.Code.Compression.CompressedContent

상속: System.Net.Http.HttpContent
파일 보기 프로젝트 열기: unipluss/UniAlltid.Language

공개 메소드들

메소드 설명
CompressedContent ( HttpContent content, ICompressor compressor ) : System.IO

보호된 메소드들

메소드 설명
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task
TryComputeLength ( long &length ) : bool

비공개 메소드들

메소드 설명
AddHeaders ( ) : void

메소드 상세

CompressedContent() 공개 메소드

public CompressedContent ( HttpContent content, ICompressor compressor ) : System.IO
content System.Net.Http.HttpContent
compressor ICompressor
리턴 System.IO

SerializeToStreamAsync() 보호된 메소드

protected SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task
stream System.IO.Stream
context System.Net.TransportContext
리턴 System.Threading.Tasks.Task

TryComputeLength() 보호된 메소드

protected TryComputeLength ( long &length ) : bool
length long
리턴 bool