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

◆ ValidateSecurityProtocol()

static void System.Net.ServicePointManager.ValidateSecurityProtocol ( SecurityProtocolType value)
inlinestaticprivate

Definition at line 117 of file ServicePointManager.cs.

118 {
119 if (((uint)value & 0xFFFFC03Fu) != 0)
120 {
121 throw new NotSupportedException(System.SR.net_securityprotocolnotsupported);
122 }
123 }
static string net_securityprotocolnotsupported
Definition SR.cs:16
Definition SR.cs:7

References System.SR.net_securityprotocolnotsupported, and System.value.