9 references to DatagramReceived
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
1568
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1609
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1666
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1706
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1793
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1856
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1980
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
2053
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
1175
if (socketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();