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.Sockets.Socket.TaskSocketAsyncEventArgs< TResult > Class Template Reference
+ Inheritance diagram for System.Net.Sockets.Socket.TaskSocketAsyncEventArgs< TResult >:
+ Collaboration diagram for System.Net.Sockets.Socket.TaskSocketAsyncEventArgs< TResult >:

Public Member Functions

void Dispose ()
 
void SetBuffer (Memory< byte > buffer)
 

Static Public Attributes

static readonly global::System.EventArgs Empty
 

Protected Member Functions

override void Finalize ()
 
virtual void OnCompleted (SocketAsyncEventArgs e)
 

Package Functions

 TaskSocketAsyncEventArgs ()
 
AsyncTaskMethodBuilder< TResultGetCompletionResponsibility (out bool responsibleForReturningToPool)
 
void SetBytesTransferred (int value)
 
void SetCurrentSocket (Socket socket)
 
void SetLastOperation (SocketAsyncOperation op)
 
void Complete_internal ()
 

Package Attributes

AsyncTaskMethodBuilder< TResult_builder
 
bool _accessed
 
int in_progress
 
SocketAsyncResult socket_async_result
 

Properties

Socket AcceptSocket [get, set]
 
int BytesTransferred [get, set, private set]
 
SocketAsyncOperation LastOperation [set]
 
EndPoint RemoteEndPoint [set]
 
int SendPacketsSendSize [set]
 
SocketError SocketError [get, set]
 
SocketFlags SocketFlags [set]
 
object UserToken [get, set]
 
EventHandler< SocketAsyncEventArgsCompleted [set]
 
Socket CurrentSocket [get, set]
 
Memory< byte > MemoryBuffer [get, set]
 
int Offset [get, set]
 
int Count [get, set]
 
IList< ArraySegment< byte > > BufferList [get, set]
 

Private Member Functions

void Dispose (bool disposing)
 

Private Attributes

bool disposed
 
EndPoint remote_ep
 
Socket current_socket
 
Socket< AcceptSocketk__BackingField
 
int< BytesTransferredk__BackingField
 
SocketAsyncOperation< LastOperationk__BackingField
 
int< SendPacketsSendSizek__BackingField
 
SocketError< SocketErrork__BackingField
 
SocketFlags< SocketFlagsk__BackingField
 
object< UserTokenk__BackingField
 
Memory< byte > _buffer
 
int _offset
 
int _count
 
bool _bufferIsExplicitArray
 
IList< ArraySegment< byte > > _bufferList
 

Detailed Description

Definition at line 3802 of file Socket.cs.


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