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

◆ SecureChannelCtor() [1/2]

void System.Net.NetEventSource.SecureChannelCtor ( SecureChannel secureChannel,
SslStream sslStream,
string hostname,
X509CertificateCollection clientCertificates,
EncryptionPolicy encryptionPolicy )
inline

Definition at line 88 of file NetEventSource.cs.

89 {
90 if (IsEnabled())
91 {
92 SecureChannelCtor(IdOf(secureChannel), hostname, GetHashCode(secureChannel), clientCertificates?.Count ?? 0, encryptionPolicy);
93 }
94 }
static string IdOf(object value)
void SecureChannelCtor(SecureChannel secureChannel, SslStream sslStream, string hostname, X509CertificateCollection clientCertificates, EncryptionPolicy encryptionPolicy)
static int GetHashCode(object value)

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

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