C# 클래스 System.Net.Http.Tests.HttpContentHeadersTest.ComputeLengthHttpContent

상속: HttpContent
파일 보기 프로젝트 열기: dotnet/corefx

보호된 메소드들

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

비공개 메소드들

메소드 설명
ComputeLengthHttpContent ( Func tryComputeLength ) : System

메소드 상세

SerializeToStreamAsync() 보호된 메소드

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

TryComputeLength() 보호된 메소드

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