Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DisconnectExDelegate.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
DisconnectExDelegate
(
SafeSocketHandle
socketHandle,
NativeOverlapped
* overlapped,
int
flags,
int
reserved);
System.Net.Sockets.SafeSocketHandle
Definition
SafeSocketHandle.cs:9
System.Net.Sockets.DisconnectExDelegate
unsafe delegate bool DisconnectExDelegate(SafeSocketHandle socketHandle, NativeOverlapped *overlapped, int flags, int reserved)
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.Threading.NativeOverlapped
Definition
NativeOverlapped.cs:4
source
System.Net.Sockets
System.Net.Sockets
DisconnectExDelegate.cs
Generated by
1.10.0