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);
1569
BytesTransferred
= sentBytes,
1965
BytesTransferred
= bytesSent
2000
BytesTransferred
= bytesSent
2029
operation.
BytesTransferred
= bytesSent;
2078
BytesTransferred
= bytesSent
2109
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
;
1576
sentBytes += operation.
BytesTransferred
;
1970
bytesSent = operation.
BytesTransferred
;
2005
bytesSent = operation.
BytesTransferred
;
2033
bytesSent = operation.
BytesTransferred
;
2083
bytesSent = operation.
BytesTransferred
;
2113
bytesSent = operation.
BytesTransferred
;