C# 클래스 Junior.Route.Routing.Responses.Text.JsonPlainResponse

상속: ImmutableResponse
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
JsonPlainResponse ( Action configurationDelegate = null ) : System
JsonPlainResponse ( Encoding encoding, Action configurationDelegate = null ) : System
JsonPlainResponse ( Func content, Action configurationDelegate = null ) : System
JsonPlainResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
JsonPlainResponse ( Func content, Action configurationDelegate = null ) : System
JsonPlainResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
JsonPlainResponse ( byte content, Action configurationDelegate = null ) : System
JsonPlainResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
JsonPlainResponse ( object content, Action configurationDelegate = null ) : System
JsonPlainResponse ( object content, Encoding encoding, Action configurationDelegate = null ) : System
JsonPlainResponse ( object content, Encoding encoding, JsonSerializerSettings serializerSettings ) : System
JsonPlainResponse ( object content, JsonSerializerSettings serializerSettings ) : System
JsonPlainResponse ( string content, Action configurationDelegate = null ) : System
JsonPlainResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System

메소드 상세

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( Encoding encoding, Action configurationDelegate = null ) : System
encoding System.Text.Encoding
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( byte content, Action configurationDelegate = null ) : System
content byte
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
content byte
encoding System.Text.Encoding
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( object content, Action configurationDelegate = null ) : System
content object
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( object content, Encoding encoding, Action configurationDelegate = null ) : System
content object
encoding System.Text.Encoding
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( object content, Encoding encoding, JsonSerializerSettings serializerSettings ) : System
content object
encoding System.Text.Encoding
serializerSettings Newtonsoft.Json.JsonSerializerSettings
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( object content, JsonSerializerSettings serializerSettings ) : System
content object
serializerSettings Newtonsoft.Json.JsonSerializerSettings
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( string content, Action configurationDelegate = null ) : System
content string
configurationDelegate Action
리턴 System

JsonPlainResponse() 공개 메소드

public JsonPlainResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System
content string
encoding System.Text.Encoding
configurationDelegate Action
리턴 System