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

◆ LookForMatchingCerts() [2/2]

void System.Net.NetEventSource.LookForMatchingCerts ( int issuersCount,
SecureChannel secureChannel )
inline

Definition at line 253 of file NetEventSource.cs.

254 {
255 if (IsEnabled())
256 {
257 LookForMatchingCerts(issuersCount, GetHashCode(secureChannel));
258 }
259 }
static int GetHashCode(object value)
void LookForMatchingCerts(int issuersCount, SecureChannel secureChannel)

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

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