Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EnumerateSecurityPackages() [4/4]

void System.Net.NetEventSource.EnumerateSecurityPackages ( string securityPackage)
inline

Definition at line 37 of file NetEventSource.cs.

38 {
39 if (IsEnabled())
40 {
41 WriteEvent(8, securityPackage ?? "");
42 }
43 }
unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, string arg4, string arg5)

References System.Diagnostics.Tracing.EventSource.IsEnabled(), and System.Net.NetEventSource.WriteEvent().