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

◆ BeginAuthenticateAsClient() [3/4]

virtual IAsyncResult System.Net.Security.SslStream.BeginAuthenticateAsClient ( string targetHost,
X509CertificateCollection? clientCertificates,
bool checkCertificateRevocation,
AsyncCallback? asyncCallback,
object? asyncState )
inlinevirtual

Definition at line 419 of file SslStream.cs.

420 {
421 return BeginAuthenticateAsClient(targetHost, clientCertificates, SslProtocols.None, checkCertificateRevocation, asyncCallback, asyncState);
422 }
virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, AsyncCallback? asyncCallback, object? asyncState)
Definition SslStream.cs:414

References System.Net.Security.SslStream.BeginAuthenticateAsClient().