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

◆ RemoteCertificateError() [1/2]

void System.Net.NetEventSource.RemoteCertificateError ( int secureChannelHash,
string message )
inlineprivate

Definition at line 346 of file NetEventSource.cs.

347 {
348 WriteEvent(34, secureChannelHash, message);
349 }
unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, string arg4, string arg5)

References System.Net.NetEventSource.WriteEvent().