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 | |
SocketAsyncResult () | |
void | Init (Socket socket, AsyncCallback callback, object state, SocketOperation operation) |
SocketAsyncResult (Socket socket, AsyncCallback callback, object state, SocketOperation operation) | |
void | CheckIfThrowDelayedException () |
void | Complete () |
void | Complete (bool synch) |
void | Complete (int total) |
void | Complete (Exception e, bool synch) |
void | Complete (Exception e) |
void | Complete (Socket s) |
void | Complete (Socket s, int total) |
Public Attributes | |
Socket | socket |
SocketOperation | operation |
EndPoint | EndPoint |
Memory< byte > | Buffer |
int | Offset |
int | Size |
SocketFlags | SockFlags |
Socket | AcceptSocket |
IPAddress[] | Addresses |
int | Port |
IList< ArraySegment< byte > > | Buffers |
bool | ReuseSocket |
int | CurrentAddress |
Socket | AcceptedSocket |
int | Total |
int | EndCalled |
Package Functions | |
override void | CompleteDisposed () |
Package Attributes | |
int | error |
Properties | |
IntPtr | Handle [get] |
SocketError | ErrorCode [get] |
Private Attributes | |
Exception | DelayedException |
Definition at line 11 of file SocketAsyncResult.cs.