|
| 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) |
|
Definition at line 5 of file SendPacketsElement.cs.