9 references to DatagramReceived
System.Net.Sockets (9)
System\Net\Sockets\Socket.cs (8)
1557
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1598
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1655
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1695
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1782
if (errorCode == SocketError.Success && SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1845
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
1969
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
2042
if (SocketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
1069
if (socketType == SocketType.Dgram) SocketsTelemetry.Log.
DatagramReceived
();