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

◆ CertsAfterFiltering() [1/2]

void System.Net.NetEventSource.CertsAfterFiltering ( int filteredCertsCount,
int secureChannelHash )
inlineprivate

Definition at line 292 of file NetEventSource.cs.

293 {
294 WriteEvent(30, filteredCertsCount, secureChannelHash);
295 }
unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, string arg4, string arg5)

References System.Net.NetEventSource.WriteEvent().