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

◆ TryUnblockSocket()

unsafe bool System.Net.Sockets.SafeSocketHandle.TryUnblockSocket ( bool abortive)
inlineprivate

Definition at line 200 of file SafeSocketHandle.cs.

201 {
202 return global::Interop.Kernel32.CancelIoEx(handle, null);
203 }

References System.Runtime.InteropServices.SafeHandle.handle.

Referenced by System.Net.Sockets.SafeSocketHandle.CloseAsIs().