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

◆ FoundCertInStore() [1/2]

void System.Net.NetEventSource.FoundCertInStore ( bool serverMode,
object instance )
inline

Definition at line 133 of file NetEventSource.cs.

134 {
135 if (IsEnabled())
136 {
137 FoundCertInStore(serverMode ? "LocalMachine" : "CurrentUser", GetHashCode(instance));
138 }
139 }
static int GetHashCode(object value)
void FoundCertInStore(bool serverMode, object instance)

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

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