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

◆ BeginSend() [1/3]

IAsyncResult System.Net.Sockets.UdpClient.BeginSend ( byte[] datagram,
int bytes,
AsyncCallback? requestCallback,
object? state )
inline

Definition at line 225 of file UdpClient.cs.

226 {
227 return BeginSend(datagram, bytes, null, requestCallback, state);
228 }
IAsyncResult BeginSend(byte[] datagram, int bytes, AsyncCallback? requestCallback, object? state)
Definition UdpClient.cs:225

References System.Net.Sockets.UdpClient.BeginSend(), System.bytes, and System.state.

Referenced by System.Net.Sockets.UdpClient.BeginSend(), and System.Net.Sockets.UdpClient.BeginSend().