Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TransmitPacketsDelegate.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
using
System.Threading
;
3
4
namespace
System.Net.Sockets
;
5
6
[UnmanagedFunctionPointer(
CallingConvention
.StdCall, SetLastError =
true
)]
7
internal
unsafe delegate
bool
TransmitPacketsDelegate
(
SafeSocketHandle
socketHandle,
IntPtr
packetArray,
int
elementCount,
int
sendSize,
NativeOverlapped
* overlapped,
TransmitFileOptions
flags);
System.Net.Sockets.SafeSocketHandle
Definition
SafeSocketHandle.cs:9
System.Net.Sockets.TransmitFileOptions
TransmitFileOptions
Definition
TransmitFileOptions.cs:7
System.Net.Sockets.TransmitPacketsDelegate
unsafe delegate bool TransmitPacketsDelegate(SafeSocketHandle socketHandle, IntPtr packetArray, int elementCount, int sendSize, NativeOverlapped *overlapped, TransmitFileOptions flags)
System.Net.Sockets
Definition
AddressInfoHints.cs:1
System.Runtime.InteropServices.CallingConvention
CallingConvention
Definition
CallingConvention.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Threading
Definition
TaskToApm.cs:3
System.IntPtr
Definition
IntPtr.cs:14
System.Threading.NativeOverlapped
Definition
NativeOverlapped.cs:4
source
System.Net.Sockets
System.Net.Sockets
TransmitPacketsDelegate.cs
Generated by
1.10.0