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

◆ ThrowSocketDisposedException()

static void System.Net.Sockets.SafeSocketHandle.ThrowSocketDisposedException ( Exception innerException = null)
inlinestaticprivate

Definition at line 278 of file SafeSocketHandle.cs.

279 {
280 throw new ObjectDisposedException(typeof(Socket).FullName, innerException);
281 }

References System.FullName.

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