Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.ServicePoint Class Reference

Public Member Functions

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

Package Functions

 ServicePoint (Uri address)
 

Properties

BindIPEndPointBindIPEndPointDelegate [get, set]
 
int ConnectionLeaseTimeout [get, set]
 
Uri Address [get]
 
int MaxIdleTime [get, set]
 
bool UseNagleAlgorithm [get, set]
 
int ReceiveBufferSize [get, set]
 
bool Expect100Continue [get, set]
 
DateTime IdleSince [get, set]
 
virtual Version ProtocolVersion = new Version(1, 1) [get]
 
string ConnectionName [get]
 
int ConnectionLimit [get, set]
 
int CurrentConnections [get]
 
X509CertificateCertificate [get]
 
X509CertificateClientCertificate [get]
 
bool SupportsPipelining = true [get]
 

Private Attributes

int _connectionLeaseTimeout = -1
 
int _maxIdleTime = 100000
 
int _receiveBufferSize = -1
 
int _connectionLimit
 

Detailed Description

Definition at line 5 of file ServicePoint.cs.


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