Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BeginAccept() [2/3]

IAsyncResult System.Net.Sockets.Socket.BeginAccept ( int receiveSize,
AsyncCallback? callback,
object? state )
inline

Definition at line 2726 of file Socket.cs.

2727 {
2728 return BeginAccept(null, receiveSize, callback, state);
2729 }
IAsyncResult BeginAccept(AsyncCallback? callback, object? state)
Definition Socket.cs:2685

References System.Net.Sockets.Socket.BeginAccept(), and System.state.