Tungsten
UdpSendAsync Method (IPEndPoint, Byte) |
Sends data to a remote via UDP
Namespace: W.Net
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public static Task SendAsync( IPEndPoint ipEndPoint, byte[] bytes )
Parameters
- ipEndPoint
- Type: System.NetIPEndPoint
The remote machine's endpoint - bytes
- Type: SystemByte
The data to send
Return Value
Type: TaskThe Task associated with this action
See Also