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