Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | CloseConnectionGroup (string connectionGroupName) |
void | SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval) |
Package Functions | |
ServicePoint (Uri address) | |
Properties | |
BindIPEndPoint? | BindIPEndPointDelegate [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] |
X509Certificate? | Certificate [get] |
X509Certificate? | ClientCertificate [get] |
bool | SupportsPipelining = true [get] |
Private Attributes | |
int | _connectionLeaseTimeout = -1 |
int | _maxIdleTime = 100000 |
int | _receiveBufferSize = -1 |
int | _connectionLimit |
Definition at line 5 of file ServicePoint.cs.