Socket::BeginSendFile Method
.NET Framework (current version)
Sends a file asynchronously to a connected Socket object.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginSendFile(String^, AsyncCallback^, Object^) | Sends the file fileName to a connected Socket object using the UseDefaultWorkerThread flag. |
![]() | BeginSendFile(String^, array<Byte>^, array<Byte>^, TransmitFileOptions, AsyncCallback^, Object^) | Sends a file and buffers of data asynchronously to a connected Socket object. |
Show:
