메소드 | 설명 | |
---|---|---|
Send ( IHttpContext context, IResponse response ) : void |
Sends response using the specified context.
|
|
Send ( IHttpContext context, string data, |
Converts and sends a string.
|
|
SendBody ( IHttpContext context, Stream body ) : void |
Send a body to the client
|
|
SendErrorPage ( IHttpContext context, IResponse response, |
||
SendHeaders ( IHttpContext context, IResponse response ) : void |
Send all headers to the client
|
public Send ( IHttpContext context, IResponse response ) : void | ||
context | IHttpContext | The context. |
response | IResponse | The response. |
리턴 | void |
public Send ( IHttpContext context, string data, |
||
context | IHttpContext | |
data | string | |
encoding | Encoding used to transfer string | |
리턴 | void |
public SendBody ( IHttpContext context, Stream body ) : void | ||
context | IHttpContext | Context containing the stream to use. |
body | Stream | Body to send |
리턴 | void |
public SendErrorPage ( IHttpContext context, IResponse response, |
||
context | IHttpContext | |
response | IResponse | |
exception | ||
리턴 | void |
public SendHeaders ( IHttpContext context, IResponse response ) : void | ||
context | IHttpContext | Content used to send headers. |
response | IResponse | Response containing call headers. |
리턴 | void |