C# 클래스 Jackett.Utils.JsonContent

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

공개 메소드들

메소드 설명
JsonContent ( object value ) : Newtonsoft.Json

보호된 메소드들

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

메소드 상세

JsonContent() 공개 메소드

public JsonContent ( object value ) : Newtonsoft.Json
value object
리턴 Newtonsoft.Json

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