Skip to content

Instantly share code, notes, and snippets.

@robsmith1776
Created December 20, 2015 02:29
Show Gist options
  • Save robsmith1776/2b053c870aa2b3c8a370 to your computer and use it in GitHub Desktop.
Save robsmith1776/2b053c870aa2b3c8a370 to your computer and use it in GitHub Desktop.
<configuration>
<system.diagnostics>
<sources>
<source name="System.Net.Sockets" tracemode="protocolonly">
<listeners>
<add name="System.Net.Sockets" type="System.Diagnostics.TextWriterTraceListener" initializeData="network.log" />
</listeners>
</source>
</sources>
<switches>
<add name="System.Net.Sockets" value="Verbose"/>
</switches>
<trace autoflush="true" />
</system.diagnostics>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment