9 references to DatagramReceived
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
1565
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1606
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1663
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1703
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1790
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1853
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1977
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
2050
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
1167
if (socketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();