10 writes to BytesTransferred
System.Net.Sockets (10)
System\Net\Sockets\SocketAsyncContext.Unix.cs (10)
374
return SocketPal.TryCompleteSendTo(context._socket, Buffer.Span, null, ref bufferIndex, ref Offset, ref Count, Flags, SocketAddress.Span, ref
BytesTransferred
, out ErrorCode);
402
return SocketPal.TryCompleteSendTo(context._socket, default(ReadOnlySpan<byte>), Buffers, ref BufferIndex, ref Offset, ref Count, Flags, SocketAddress.Span, ref
BytesTransferred
, out ErrorCode);
431
return SocketPal.TryCompleteSendTo(context._socket, new ReadOnlySpan<byte>(BufferPtr, bufferLength), null, ref bufferIndex, ref Offset, ref Count, Flags, SocketAddress.Span, ref
BytesTransferred
, out ErrorCode);
662
SocketError error = context.SendToAsync(Buffer, 0, Buffer.Length, SocketFlags.None, Memory<byte>.Empty, ref
BytesTransferred
, Callback!, default);
1600
BytesTransferred
= sentBytes,
2002
BytesTransferred
= bytesSent
2037
BytesTransferred
= bytesSent
2066
operation.
BytesTransferred
= bytesSent;
2115
BytesTransferred
= bytesSent
2146
operation.
BytesTransferred
= bytesSent;
10 references to BytesTransferred
System.Net.Sockets (10)
System\Net\Sockets\SocketAsyncContext.Unix.cs (10)
362
Callback!(
BytesTransferred
, SocketAddress, SocketFlags.None, ErrorCode);
380
int bt =
BytesTransferred
;
408
int bt =
BytesTransferred
;
674
int bt =
BytesTransferred
;
1607
sentBytes += operation.
BytesTransferred
;
2007
bytesSent = operation.
BytesTransferred
;
2042
bytesSent = operation.
BytesTransferred
;
2070
bytesSent = operation.
BytesTransferred
;
2120
bytesSent = operation.
BytesTransferred
;
2150
bytesSent = operation.
BytesTransferred
;