Socket.BeginSendFile Method
.NET Framework 3.0
Sends a file asynchronously to a connected Socket object.
| Name | Description |
|---|---|
| Socket.BeginSendFile (String, AsyncCallback, Object) | Sends the file fileName to a connected Socket object using the UseDefaultWorkerThread flag. |
| Socket.BeginSendFile (String, Byte[], Byte[], TransmitFileOptions, AsyncCallback, Object) | Sends a file and buffers of data asynchronously to a connected Socket object. |