C# 클래스 Apachai.ContextExtensions

파일 보기 프로젝트 열기: garuma/apachai

공개 메소드들

메소드 설명
HandleEmptyJson ( this response ) : void
HandleJson ( this response, string json ) : void
RawServing ( this response, string mime, int maxAge, string data ) : void

메소드 상세

HandleEmptyJson() 공개 정적인 메소드

public static HandleEmptyJson ( this response ) : void
response this
리턴 void

HandleJson() 공개 정적인 메소드

public static HandleJson ( this response, string json ) : void
response this
json string
리턴 void

RawServing() 공개 정적인 메소드

public static RawServing ( this response, string mime, int maxAge, string data ) : void
response this
mime string
maxAge int
data string
리턴 void