Tungsten
![]() |
UdpUdpPeerSendAsync Method |
Sends bytes to the specified remote client
Namespace: W.Net
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2

C#
public Task SendAsync( byte[] bytes, IPEndPoint remoteEndPoint )
Parameters
- bytes
- Type: SystemByte
The data to send - remoteEndPoint
- Type: System.NetIPEndPoint
The remote client which is listening for data
Return Value
Type: Task[Missing <returns> documentation for "M:W.Net.Udp.UdpPeer.SendAsync(System.Byte[],System.Net.IPEndPoint)"]
