메소드 | 설명 | |
---|---|---|
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 |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
리턴 | void |
public OwinHttpResponseAdapter ( IOwinResponse response ) : Microsoft.Owin | ||
response | IOwinResponse | |
리턴 | Microsoft.Owin |
public SetContentLength ( long contentLength ) : void | ||
contentLength | long | |
리턴 | void |