C# 클래스 Owin.ServiceStack.OwinHttpResponseAdapter

상속: IHttpResponse
파일 보기 프로젝트 열기: thedillonb/Owin.ServiceStack 1 사용 예제들

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
Close ( ) : void
End ( ) : void
Flush ( ) : void
OwinHttpResponseAdapter ( IOwinResponse response ) : Microsoft.Owin
Redirect ( string url ) : void
SetContentLength ( long contentLength ) : void
Write ( string text ) : void

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

OwinHttpResponseAdapter() 공개 메소드

public OwinHttpResponseAdapter ( IOwinResponse response ) : Microsoft.Owin
response IOwinResponse
리턴 Microsoft.Owin

Redirect() 공개 메소드

public Redirect ( string url ) : void
url string
리턴 void

SetContentLength() 공개 메소드

public SetContentLength ( long contentLength ) : void
contentLength long
리턴 void

Write() 공개 메소드

public Write ( string text ) : void
text string
리턴 void