Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ServerOptionsSelectionCallback.cs
Go to the documentation of this file.
1
using
System.Threading
;
2
using
System.Threading.Tasks
;
3
4
namespace
System.Net.Security
;
5
6
public
delegate
ValueTask<SslServerAuthenticationOptions>
ServerOptionsSelectionCallback
(
SslStream
stream
,
SslClientHelloInfo
clientHelloInfo,
object
?
state
,
CancellationToken
cancellationToken
);
System.Net.Security.SslStream
Definition
SslStream.cs:16
System.Net.Security.ServerOptionsSelectionCallback
delegate ValueTask< SslServerAuthenticationOptions > ServerOptionsSelectionCallback(SslStream stream, SslClientHelloInfo clientHelloInfo, object? state, CancellationToken cancellationToken)
System.Net.Security
Definition
CertificateHelper.cs:4
System.Threading.Tasks
Definition
TaskToApm.cs:3
System.Threading
Definition
TaskToApm.cs:3
System.ExceptionArgument.cancellationToken
@ cancellationToken
System.ExceptionArgument.state
@ state
System.ExceptionArgument.stream
@ stream
System.Net.Security.SslClientHelloInfo
Definition
SslClientHelloInfo.cs:6
System.Threading.CancellationToken
Definition
CancellationToken.cs:8
System.Threading.Tasks.ValueTask
Definition
ValueTask.cs:321
source
System.Net.Security
System.Net.Security
ServerOptionsSelectionCallback.cs
Generated by
1.10.0