Метод | Описание | |
---|---|---|
AllHeaders ( ) : IEnumerable |
||
AppendHeader ( string key, string value ) : void | ||
AspNetHttpResponse ( System.Web.HttpResponseBase response ) : System | ||
Flush ( ) : void | ||
HeaderValueFor ( System.Web.HttpResponseHeader key ) : IEnumerable |
||
HeaderValueFor ( string headerKey ) : IEnumerable |
||
Redirect ( string url ) : void | ||
UseEncoding ( IHttpContentEncoding encoding ) : void | ||
Write ( Task>.Func |
||
Write ( string content ) : 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 AspNetHttpResponse ( System.Web.HttpResponseBase response ) : System | ||
response | System.Web.HttpResponseBase | |
Результат | System |
public HeaderValueFor ( System.Web.HttpResponseHeader key ) : IEnumerable |
||
key | System.Web.HttpResponseHeader | |
Результат | IEnumerable |
public HeaderValueFor ( string headerKey ) : IEnumerable |
||
headerKey | string | |
Результат | IEnumerable |
public UseEncoding ( IHttpContentEncoding encoding ) : void | ||
encoding | IHttpContentEncoding | |
Результат | void |
public WriteContentType ( string contentType ) : void | ||
contentType | string | |
Результат | void |
public WriteResponseCode ( HttpStatusCode status, string description = null ) : void | ||
status | HttpStatusCode | |
description | string | |
Результат | void |