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

◆ BeginAuthenticateAsClient() [2/4]

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

Definition at line 414 of file SslStream.cs.

415 {
416 return BeginAuthenticateAsClient(targetHost, null, SslProtocols.None, checkCertificateRevocation: false, asyncCallback, asyncState);
417 }
virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, AsyncCallback? asyncCallback, object? asyncState)
Definition SslStream.cs:414

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

Referenced by System.Net.TlsStream.BeginAuthenticateAsClient(), System.Net.Security.SslStream.BeginAuthenticateAsClient(), System.Net.Security.SslStream.BeginAuthenticateAsClient(), and System.Net.Security.SslStream.BeginAuthenticateAsClient().