This topic has not yet been rated - Rate this topic

Socket.BeginSendFile Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.