C# 클래스 JsonpMediaTypeFormatter, dotnet-bootstrap

상속: JsonMediaTypeFormatter
파일 보기 프로젝트 열기: pebblecode/dotnet-bootstrap 1 사용 예제들

공개 메소드들

메소드 설명
JsonpMediaTypeFormatter ( ) : System
WriteToStreamAsync ( Type, type, object value, Stream, stream, HttpContent content, TransportContext transportContext ) : Task,

비공개 메소드들

메소드 설명
IsJsonpRequest ( string &callback ) : bool

메소드 상세

JsonpMediaTypeFormatter() 공개 메소드

public JsonpMediaTypeFormatter ( ) : System
리턴 System

WriteToStreamAsync() 공개 메소드

public WriteToStreamAsync ( Type, type, object value, Stream, stream, HttpContent content, TransportContext transportContext ) : Task,
type Type,
value object
stream Stream,
content HttpContent
transportContext TransportContext
리턴 Task,