Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Sockets.SendPacketsElement Class Reference

Public Member Functions

 SendPacketsElement (string filepath)
 
 SendPacketsElement (string filepath, int offset, int count)
 
 SendPacketsElement (string filepath, int offset, int count, bool endOfPacket)
 
 SendPacketsElement (string filepath, long offset, int count)
 
 SendPacketsElement (string filepath, long offset, int count, bool endOfPacket)
 
 SendPacketsElement (FileStream fileStream)
 
 SendPacketsElement (FileStream fileStream, long offset, int count)
 
 SendPacketsElement (FileStream fileStream, long offset, int count, bool endOfPacket)
 
 SendPacketsElement (byte[] buffer)
 
 SendPacketsElement (byte[] buffer, int offset, int count)
 
 SendPacketsElement (byte[] buffer, int offset, int count, bool endOfPacket)
 
 SendPacketsElement (ReadOnlyMemory< byte > buffer)
 
 SendPacketsElement (ReadOnlyMemory< byte > buffer, bool endOfPacket)
 

Properties

stringFilePath [get, private set]
 
FileStreamFileStream [get, private set]
 
byte?[] Buffer [get, private set]
 
int Count [get, private set]
 
ReadOnlyMemory< byte >? MemoryBuffer [get, private set]
 
int Offset [get]
 
long OffsetLong [get, private set]
 
bool EndOfPacket [get, private set]
 

Private Member Functions

void Initialize (string filePath, FileStream fileStream, byte[] buffer, ReadOnlyMemory< byte >? memoryBuffer, long offset, int count, bool endOfPacket)
 

Detailed Description

Definition at line 5 of file SendPacketsElement.cs.


The documentation for this class was generated from the following file: