Method | Description | |
---|---|---|
StaticFileResponseWriter ( string file, string contentType, int chunkSize = 1024 ) : System.IO | ||
Write ( WebServerContext context ) : void |
Method | Description | |
---|---|---|
OpenFileStream ( ) : |
public StaticFileResponseWriter ( string file, string contentType, int chunkSize = 1024 ) : System.IO | ||
file | string | |
contentType | string | |
chunkSize | int | |
return | System.IO |
public Write ( WebServerContext context ) : void | ||
context | WebServerContext | |
return | void |