Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SocketExceptionFactory.cs
Go to the documentation of this file.
1
using
System.Net.Sockets
;
2
3
namespace
System.Net.Internals
;
4
5
internal
static
class
SocketExceptionFactory
6
{
7
public
static
SocketException
CreateSocketException
(
SocketError
errorCode,
int
platformError)
8
{
9
return
new
SocketException
((
int
)errorCode);
10
}
11
}
System.Net.Internals.SocketExceptionFactory.CreateSocketException
static SocketException CreateSocketException(SocketError errorCode, int platformError)
Definition
SocketExceptionFactory.cs:7
System.Net.Internals.SocketExceptionFactory
Definition
SocketExceptionFactory.cs:6
System.Net.Sockets.SocketException
Definition
SocketException.cs:11
System.Net.Internals
Definition
SocketExceptionFactory.cs:3
System.Net.Sockets.SocketError
SocketError
Definition
SocketError.cs:4
System.Net.Sockets
Definition
AddressInfoHints.cs:1
source
System.Net.NameResolution
System.Net.Internals
SocketExceptionFactory.cs
Generated by
1.10.0