Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Client
Socket
System.Net.Sockets.UdpClient.Client
get
set
Definition at line
36
of file
UdpClient.cs
.
37
{
38
get
39
{
40
return
_clientSocket
;
41
}
42
set
43
{
44
_clientSocket
=
value
;
45
}
46
}
System.Net.Sockets.UdpClient._clientSocket
Socket _clientSocket
Definition
UdpClient.cs:10
System.ExceptionArgument.value
@ value
System
Net
Sockets
UdpClient
Generated by
1.10.0