Метод | Описание | |
---|---|---|
AllHeaders ( ) : IEnumerable |
||
AllText ( ) : string | ||
AppendHeader ( string key, string value ) : void | ||
Flush ( ) : void | ||
HeaderValueFor ( string headerKey ) : IEnumerable |
||
Redirect ( string url ) : void | ||
UseEncoding ( IHttpContentEncoding encoding ) : void | ||
Write ( Task>.Func |
||
Write ( string content ) : System.Threading.Tasks.Task | ||
WriteContentType ( string contentType ) : void | ||
WriteFile ( string file ) : void | ||
WriteResponseCode ( HttpStatusCode status, string description = null ) : void |
public AppendHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public HeaderValueFor ( string headerKey ) : IEnumerable |
||
headerKey | string | |
Результат | IEnumerable |
public UseEncoding ( IHttpContentEncoding encoding ) : void | ||
encoding | IHttpContentEncoding | |
Результат | void |
public Write ( Task>.Func |
||
output | Task>.Func | |
Результат | System.Threading.Tasks.Task |
public Write ( string content ) : System.Threading.Tasks.Task | ||
content | string | |
Результат | System.Threading.Tasks.Task |
public WriteContentType ( string contentType ) : void | ||
contentType | string | |
Результат | void |
public WriteResponseCode ( HttpStatusCode status, string description = null ) : void | ||
status | HttpStatusCode | |
description | string | |
Результат | void |