4 references to TryCompleteSendFile
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
704
SocketPal.
TryCompleteSendFile
(context._socket, FileHandle, ref Offset, ref Count, ref BytesTransferred, out ErrorCode);
2138
(SocketPal.
TryCompleteSendFile
(_socket, fileHandle, ref offset, ref count, ref bytesSent, out errorCode) ||
2166
SocketPal.
TryCompleteSendFile
(_socket, fileHandle, ref offset, ref count, ref bytesSent, out errorCode))
System\Net\Sockets\SocketPal.Unix.cs (1)
1232
bool completed =
TryCompleteSendFile
(handle, fileHandle, ref offset, ref length, ref bytesTransferred, out errorCode);