terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.ServicePointManager Class Reference
+ Collaboration diagram for System.Net.ServicePointManager:

Classes

class  SPKey
 

Static Public Member Functions

static void SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval)
 
static ServicePoint FindServicePoint (Uri address)
 
static ServicePoint FindServicePoint (string uriString, IWebProxy proxy)
 
static ServicePoint FindServicePoint (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, set]
 
static RemoteCertificateValidationCallback ServerCertificateValidationCallback [get, set]
 
static EncryptionPolicy EncryptionPolicy [get, set]
 
static bool Expect100Continue [get, set]
 
static bool UseNagleAlgorithm [get, set]
 
static bool DisableStrongCrypto [get, set]
 
static bool DisableSendAuxRecord [get, set]
 
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 14 of file ServicePointManager.cs.


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