HttpWorkerRequest.SendResponseFromFile Method
.NET Framework 4.5
Adds the contents of a file to the response.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SendResponseFromFile(IntPtr, Int64, Int64) | Adds the contents of the specified file to the response and specifies the starting position in the file and the number of bytes to send. |
|
SendResponseFromFile(String, Int64, Int64) | Adds the contents of the specified file to the response and specifies the starting position in the file and the number of bytes to send. |