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);
1574
BytesTransferred
= sentBytes,
1970
BytesTransferred
= bytesSent
2005
BytesTransferred
= bytesSent
2034
operation.
BytesTransferred
= bytesSent;
2083
BytesTransferred
= bytesSent
2114
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
;
1581
sentBytes += operation.
BytesTransferred
;
1975
bytesSent = operation.
BytesTransferred
;
2010
bytesSent = operation.
BytesTransferred
;
2038
bytesSent = operation.
BytesTransferred
;
2088
bytesSent = operation.
BytesTransferred
;
2118
bytesSent = operation.
BytesTransferred
;