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

◆ RemoteCertificateError() [2/2]

void System.Net.NetEventSource.RemoteCertificateError ( SecureChannel secureChannel,
string message )
inline

Definition at line 337 of file NetEventSource.cs.

338 {
339 if (IsEnabled())
340 {
341 RemoteCertificateError(GetHashCode(secureChannel), message);
342 }
343 }
void RemoteCertificateError(SecureChannel secureChannel, string message)
static int GetHashCode(object value)

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

Referenced by System.Net.NetEventSource.RemoteCertificateError().