Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ClientCertificates
X509CertificateCollection
System.Net.WebSockets.ClientWebSocketOptions.ClientCertificates
get
set
Definition at line
82
of file
ClientWebSocketOptions.cs
.
83
{
84
get
85
{
86
return
_clientCertificates
?? (
_clientCertificates
=
new
X509CertificateCollection
());
87
}
88
set
89
{
90
ThrowIfReadOnly
();
91
_clientCertificates
=
value
??
throw
new
ArgumentNullException(
"value"
);
92
}
93
}
System.Net.WebSockets.ClientWebSocketOptions.ThrowIfReadOnly
void ThrowIfReadOnly()
Definition
ClientWebSocketOptions.cs:212
System.Net.WebSockets.ClientWebSocketOptions._clientCertificates
X509CertificateCollection _clientCertificates
Definition
ClientWebSocketOptions.cs:29
System.Security.Cryptography.X509Certificates.X509CertificateCollection
Definition
X509CertificateCollection.cs:6
System.ExceptionArgument.value
@ value
System
Net
WebSockets
ClientWebSocketOptions
Generated by
1.10.0