Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SslClientHelloInfo.cs
Go to the documentation of this file.
1
using
System.Security.Authentication
;
2
3
namespace
System.Net.Security
;
4
5
public
readonly
struct
SslClientHelloInfo
6
{
7
public
string
ServerName
{
get
; }
8
9
public
SslProtocols
SslProtocols
{
get
; }
10
11
internal
SslClientHelloInfo
(
string
serverName,
SslProtocols
sslProtocols)
12
{
13
ServerName
= serverName;
14
SslProtocols
= sslProtocols;
15
}
16
}
System.Net.Security
Definition
CertificateHelper.cs:4
System.Security.Authentication.SslProtocols
SslProtocols
Definition
SslProtocols.cs:5
System.Security.Authentication
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.Net.Security.SslClientHelloInfo.SslClientHelloInfo
SslClientHelloInfo(string serverName, SslProtocols sslProtocols)
Definition
SslClientHelloInfo.cs:11
System.Net.Security.SslClientHelloInfo.ServerName
string ServerName
Definition
SslClientHelloInfo.cs:7
System.Net.Security.SslClientHelloInfo
Definition
SslClientHelloInfo.cs:6
source
System.Net.Security
System.Net.Security
SslClientHelloInfo.cs
Generated by
1.10.0