C# 클래스 NullReference.WebService.JsonContent

상속: System.Net.Http.HttpContent
파일 보기 프로젝트 열기: voltagex/junkcode

공개 메소드들

메소드 설명
JsonContent ( object value ) : System

보호된 메소드들

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

메소드 상세

JsonContent() 공개 메소드

public JsonContent ( object value ) : System
value object
리턴 System

SerializeToStreamAsync() 보호된 메소드

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

TryComputeLength() 보호된 메소드

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