terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval) |
bool | CloseConnectionGroup (string connectionGroupName) |
Package Functions | |
ServicePoint (ServicePointManager.SPKey key, global::System.Uri uri, int connectionLimit, int maxIdleTime) | |
void | KeepAliveSetup (global::System.Net.Sockets.Socket socket) |
void | SetVersion (Version version) |
void | SendRequest (WebOperation operation, string groupName) |
void | FreeServicePoint () |
void | UpdateServerCertificate (X509Certificate certificate) |
void | UpdateClientCertificate (X509Certificate certificate) |
bool | CallEndPointDelegate (global::System.Net.Sockets.Socket sock, IPEndPoint remote) |
ServicePoint () | |
Properties | |
ServicePointManager.SPKey | Key [get] |
ServicePointScheduler | Scheduler [get, set] |
global::System.Uri | Address [get] |
BindIPEndPoint | BindIPEndPointDelegate [get, set] |
int | ConnectionLeaseTimeout [get, set] |
int | ConnectionLimit [get, set] |
string | ConnectionName [get] |
int | CurrentConnections [get] |
DateTime | IdleSince [get] |
int | MaxIdleTime [get, set] |
virtual Version | ProtocolVersion [get] |
int | ReceiveBufferSize [get, set] |
bool | SupportsPipelining [get] |
bool | Expect100Continue [get, set] |
bool | UseNagleAlgorithm [get, set] |
bool | SendContinue [get, set] |
bool | UsesProxy [get, set] |
bool | UseConnect [get, set] |
bool | HasTimedOut [get] |
IPHostEntry | HostEntry [get] |
X509Certificate | Certificate [get] |
X509Certificate | ClientCertificate [get] |
Static Private Member Functions | |
static void | PutBytes (byte[] bytes, uint v, int offset) |
Private Attributes | |
readonly global::System.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< Key > | k__BackingField |
ServicePointScheduler< Scheduler > | k__BackingField |
int | connectionLimit |
int | maxIdleTime |
object | m_ServerCertificateOrBytes |
object | m_ClientCertificateOrBytes |
Definition at line 10 of file ServicePoint.cs.