perfview icon indicating copy to clipboard operation
perfview copied to clipboard

Is there an event source for System.Net.Sockets

Open Malcolm-Stewart opened this issue 3 years ago • 1 comments

Similar to this article https://docs.microsoft.com/en-us/dotnet/framework/network-programming/how-to-configure-network-tracing

Malcolm-Stewart avatar Aug 29 '22 19:08 Malcolm-Stewart

Yes - for .NET Core, there is an eventsource: https://github.com/dotnet/runtime/blob/13733cdd969842de9c36235d730a604ce55ee729/src/libraries/System.Net.Sockets/src/System/Net/Sockets/NetEventSource.Sockets.cs#L10.

brianrob avatar Aug 30 '22 18:08 brianrob