Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SetSocketOption()
[1/5]
void
System.Net.Sockets.Socket.SetSocketOption
(
SocketOptionLevel
optionLevel
,
SocketOptionName
optionName
,
bool
optionValue
)
inline
Definition at line
2171
of file
Socket.cs
.
2172
{
2173
SetSocketOption
(
optionLevel
,
optionName
,
optionValue
? 1 : 0);
2174
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Net.Sockets.Socket.SetSocketOption
void SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, int optionValue)
Definition
Socket.cs:2143
References
System.Net.Sockets.Socket.SetSocketOption()
.
System
Net
Sockets
Socket
Generated by
1.10.0