C# 클래스 Orc.LicenseManager.Server.Website.JsonContent

상속: System.Net.Http.HttpContent
파일 보기 프로젝트 열기: WildGums/Orc.LicenseManager

공개 메소드들

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

보호된 메소드들

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

메소드 상세

JsonContent() 공개 메소드

public JsonContent ( object value ) : System.IO
value object
리턴 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