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

◆ SecureChannelCtor() [2/2]

void System.Net.NetEventSource.SecureChannelCtor ( string sslStream,
string hostname,
int secureChannelHash,
int clientCertificatesCount,
EncryptionPolicy encryptionPolicy )
inlineprivate

Definition at line 97 of file NetEventSource.cs.

98 {
99 WriteEvent(17, sslStream, hostname, secureChannelHash, clientCertificatesCount, (int)encryptionPolicy);
100 }
unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, string arg4, string arg5)

References System.Net.NetEventSource.WriteEvent().