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

◆ ExclusiveAddressUse

bool System.Net.Sockets.UdpClient.ExclusiveAddressUse
getset

Definition at line 96 of file UdpClient.cs.

97 {
98 get
99 {
101 }
102 set
103 {
104 _clientSocket.ExclusiveAddressUse = value;
105 }
106 }