Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ExclusiveAddressUse
bool
System.Net.Sockets.TcpClient.ExclusiveAddressUse
get
set
Definition at line
55
of file
TcpClient.cs
.
56
{
57
get
58
{
59
return
Client?.ExclusiveAddressUse ??
false
;
60
}
61
set
62
{
63
if
(
_clientSocket
!=
null
)
64
{
65
_clientSocket.ExclusiveAddressUse =
value
;
66
}
67
}
68
}
System.Net.Sockets.TcpClient._clientSocket
Socket _clientSocket
Definition
TcpClient.cs:12
System.ExceptionArgument.value
@ value
System
Net
Sockets
TcpClient
Generated by
1.10.0