Method | Description | |
---|---|---|
StringResponseWriter ( string text, |
||
StringResponseWriter ( string text, |
||
StringResponseWriter ( string text, string contentType ) : System.Net.Http | ||
Write ( WebServerContext context ) : void |
Method | Description | |
---|---|---|
UpdateContentDisposition ( |
public StringResponseWriter ( string text, |
||
text | string | |
contentType | ||
return | System.Net.Http |
public StringResponseWriter ( string text, |
||
text | string | |
contentType | ||
enforceSizeCap | bool | |
return | System.Net.Http |
public StringResponseWriter ( string text, string contentType ) : System.Net.Http | ||
text | string | |
contentType | string | |
return | System.Net.Http |
public Write ( WebServerContext context ) : void | ||
context | WebServerContext | |
return | void |