Udp.SendAsync Method (IPEndPoint, String, Object[])

Tungsten Suite

UdpSendAsync Method (IPEndPoint, String, Object)

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,
	string format,
	params Object[] args
)

Parameters

ipEndPoint
Type: System.NetIPEndPoint
The remote machine's endpoint
format
Type: SystemString
The string format
args
Type: SystemObject
String formatting arguments

Return Value

Type: Task
The Task associated with this action
See Also