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

◆ SetSocketOption() [3/5]

void System.Net.Sockets.Socket.SetSocketOption ( SocketOptionLevel optionLevel,
SocketOptionName optionName,
int optionValue )
inline

Definition at line 2143 of file Socket.cs.

2144 {
2146 if (System.Net.NetEventSource.Log.IsEnabled())
2147 {
2148 System.Net.NetEventSource.Info(this, $"optionLevel:{optionLevel} optionName:{optionName} optionValue:{optionValue}", "SetSocketOption");
2149 }
2151 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
void SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, int optionValue)
Definition Socket.cs:2143

References System.Net.NetEventSource.Info(), System.Net.NetEventSource.Log, System.Net.Sockets.Socket.SetSocketOption(), and System.Net.Sockets.Socket.ThrowIfDisposed().

Referenced by System.Net.Sockets.UdpClient.CheckForBroadcast(), System.Net.Sockets.UdpClient.DropMulticastGroup(), System.Net.Sockets.UdpClient.DropMulticastGroup(), System.Net.Sockets.UdpClient.JoinMulticastGroup(), System.Net.Sockets.UdpClient.JoinMulticastGroup(), System.Net.Sockets.UdpClient.JoinMulticastGroup(), System.Net.Sockets.UdpClient.JoinMulticastGroup(), System.Net.Sockets.Socket.SetReceivingPacketInformation(), System.Net.Sockets.Socket.SetSocketOption(), System.Net.Sockets.Socket.SetSocketOption(), and System.Net.Sockets.NetworkStream.SetSocketTimeoutOption().