Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SendPacketsElement() [7/13]

System.Net.Sockets.SendPacketsElement.SendPacketsElement ( FileStream fileStream,
long offset,
int count )
inline

Definition at line 65 of file SendPacketsElement.cs.

66 : this(fileStream, offset, count, endOfPacket: false)
67 {
68 }