Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EnableBroadcast
bool
System.Net.Sockets.UdpClient.EnableBroadcast
get
set
Definition at line
84
of file
UdpClient.cs
.
85
{
86
get
87
{
88
return
_clientSocket
.
EnableBroadcast
;
89
}
90
set
91
{
92
_clientSocket.EnableBroadcast =
value
;
93
}
94
}
System.Net.Sockets.Socket.EnableBroadcast
bool EnableBroadcast
Definition
Socket.cs:975
System.Net.Sockets.UdpClient._clientSocket
Socket _clientSocket
Definition
UdpClient.cs:10
System.ExceptionArgument.value
@ value
System
Net
Sockets
UdpClient
Generated by
1.10.0