C# 클래스 TrainNotifier.Console.WebApi.MessageHandlers.CompressedContent

상속: System.Net.Http.HttpContent
파일 보기 프로젝트 열기: blueghostuk/trainnotifier-server

공개 메소드들

메소드 설명
CompressedContent ( HttpContent content, string encodingType ) : System

보호된 메소드들

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

메소드 상세

CompressedContent() 공개 메소드

public CompressedContent ( HttpContent content, string encodingType ) : System
content System.Net.Http.HttpContent
encodingType string
리턴 System

SerializeToStreamAsync() 보호된 메소드

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

TryComputeLength() 보호된 메소드

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