Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateSocketException()
[1/2]
static
SocketException
System.Net.Internals.SocketExceptionFactory.CreateSocketException
(
int
socketError
,
EndPoint
endPoint
)
inline
static
Definition at line
30
of file
SocketExceptionFactory.cs
.
31
{
32
return
new
ExtendedSocketException(socketError, endPoint);
33
}
System
Net
Internals
SocketExceptionFactory
Generated by
1.10.0