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