terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.ServicePointManager Class Reference

Classes

class  SPKey
 

Static Public Member Functions

static void SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval)
 
static ServicePoint FindServicePoint (global::System.Uri address)
 
static ServicePoint FindServicePoint (string uriString, IWebProxy proxy)
 
static ServicePoint FindServicePoint (global::System.Uri address, IWebProxy proxy)
 

Static Public Attributes

const int DefaultNonPersistentConnectionLimit = 4
 
const int DefaultPersistentConnectionLimit = 10
 

Static Package Functions

static ICertificatePolicy GetLegacyCertificatePolicy ()
 
static void CloseConnectionGroup (string connectionGroupName)
 
static void RemoveServicePoint (ServicePoint sp)
 

Properties

static ICertificatePolicy CertificatePolicy [get, set]
 
static bool CheckCertificateRevocationList [get, set]
 
static int DefaultConnectionLimit [get, set]
 
static int DnsRefreshTimeout [get, set]
 
static bool EnableDnsRoundRobin [get, set]
 
static int MaxServicePointIdleTime [get, set]
 
static int MaxServicePoints [get, set]
 
static bool ReusePort [get, set]
 
static SecurityProtocolType SecurityProtocol [get, set]
 
static ServerCertValidationCallback ServerCertValidationCallback [get]
 
static global::System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback [get, set]
 
static global::System.Net.Security.EncryptionPolicy EncryptionPolicy [get]
 
static bool Expect100Continue [get, set]
 
static bool UseNagleAlgorithm [get, set]
 
static bool DisableStrongCrypto [get]
 
static bool DisableSendAuxRecord [get]
 
static CipherSuitesCallback ClientCipherSuitesCallback [get, set]
 
static CipherSuitesCallback ServerCipherSuitesCallback [get, set]
 

Private Member Functions

 ServicePointManager ()
 

Static Private Member Functions

static ServicePointManager ()
 
static Exception GetMustImplement ()
 

Static Private Attributes

static ConcurrentDictionary< ServicePointManager.SPKey, ServicePointservicePoints
 
static ICertificatePolicy policy
 
static int defaultConnectionLimit
 
static int maxServicePointIdleTime
 
static int maxServicePoints
 
static int dnsRefreshTimeout
 
static bool _checkCRL
 
static SecurityProtocolType _securityProtocol
 
static bool expectContinue
 
static bool useNagle
 
static ServerCertValidationCallback server_cert_cb
 
static bool tcp_keepalive
 
static int tcp_keepalive_time
 
static int tcp_keepalive_interval
 
static CipherSuitesCallback< ClientCipherSuitesCallbackk__BackingField
 
static CipherSuitesCallback< ServerCipherSuitesCallbackk__BackingField
 

Detailed Description

Definition at line 10 of file ServicePointManager.cs.


The documentation for this class was generated from the following file: