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.ServicePoint Class Reference
+ Inheritance diagram for System.Net.ServicePoint:
+ Collaboration diagram for System.Net.ServicePoint:

Public Member Functions

void SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval)
 
bool CloseConnectionGroup (string connectionGroupName)
 

Package Functions

 ServicePoint (ServicePointManager.SPKey key, Uri uri, int connectionLimit, int maxIdleTime)
 
void KeepAliveSetup (Socket socket)
 
void SetVersion (Version version)
 
void SendRequest (WebOperation operation, string groupName)
 
void FreeServicePoint ()
 
void UpdateServerCertificate (X509Certificate certificate)
 
void UpdateClientCertificate (X509Certificate certificate)
 
bool CallEndPointDelegate (Socket sock, IPEndPoint remote)
 
 ServicePoint ()
 

Properties

ServicePointManager.SPKey Key [get, set]
 
ServicePointScheduler Scheduler [get, set]
 
Uri Address [get, set]
 
BindIPEndPoint BindIPEndPointDelegate [get, set]
 
int ConnectionLeaseTimeout [get, set]
 
int ConnectionLimit [get, set]
 
string ConnectionName [get, set]
 
int CurrentConnections [get, set]
 
DateTime IdleSince [get, set]
 
int MaxIdleTime [get, set]
 
virtual Version ProtocolVersion [get, set]
 
int ReceiveBufferSize [get, set]
 
bool SupportsPipelining [get, set]
 
bool Expect100Continue [get, set]
 
bool UseNagleAlgorithm [get, set]
 
bool SendContinue [get, set]
 
bool UsesProxy [get, set]
 
bool UseConnect [get, set]
 
bool HasTimedOut [get, set]
 
IPHostEntry HostEntry [get, set]
 
X509Certificate Certificate [get, set]
 
X509Certificate ClientCertificate [get, set]
 

Static Private Member Functions

static void PutBytes (byte[] bytes, uint v, int offset)
 

Private Attributes

readonly Uri uri
 
DateTime lastDnsResolve
 
Version protocolVersion
 
IPHostEntry host
 
bool usesProxy
 
bool sendContinue
 
bool useConnect
 
object hostE
 
bool useNagle
 
BindIPEndPoint endPointCallback
 
bool tcp_keepalive
 
int tcp_keepalive_time
 
int tcp_keepalive_interval
 
bool disposed
 
int connectionLeaseTimeout
 
int receiveBufferSize
 
readonly ServicePointManager.SPKey< Keyk__BackingField
 
ServicePointScheduler< Schedulerk__BackingField
 
int connectionLimit
 
int maxIdleTime
 
object m_ServerCertificateOrBytes
 
object m_ClientCertificateOrBytes
 

Detailed Description

Definition at line 15 of file ServicePoint.cs.


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