Socket.SendFile Method
.NET Framework 3.5
Sends a file and optional data synchronously to a connected Socket.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SendFile(String) | Sends the file fileName to a connected Socket object with the UseDefaultWorkerThread transmit flag. |
|
SendFile(String, Byte[], Byte[], TransmitFileOptions) | Sends the file fileName and buffers of data to a connected Socket object using the specified TransmitFileOptions value. |