System\Net\Sockets\SendPacketsElement.cs (4)
36Initialize(filepath, null, null, null, offset, count, endOfPacket);
60Initialize(null, fileStream, null, null, offset, count, endOfPacket);
79Initialize(null, null, buffer, buffer.AsMemory(offset, count), offset, count, endOfPacket);
88Initialize(null, null, null, buffer, 0, buffer.Length, endOfPacket);