SocketExtensionsSendFileAsync Method

Overload List

SendFileAsync(Socket, FileInfo) Asynchronously sends a file to a connected Socket.
SendFileAsync(Socket, String) Asynchronously sends a file to a connected Socket.
SendFileAsync(Socket, FileInfo, Byte, Byte, TransmitFileOptions) Asynchronously sends a file to a connected Socket.
SendFileAsync(Socket, String, Byte, Byte, TransmitFileOptions) Asynchronously sends a file to a connected Socket.

See Also