Udp.SendAsync(TType) Method (IPEndPoint, TType)

Tungsten Suite

UdpSendAsyncTType Method (IPEndPoint, TType)

Sends a message 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<TType>(
	IPEndPoint ipEndPoint,
	TType message
)

Parameters

ipEndPoint
Type: System.NetIPEndPoint
The remote machine's endpoint
message
Type: TType
The message to send

Type Parameters

TType

[Missing <typeparam name="TType"/> documentation for "M:W.Net.Udp.SendAsync``1(System.Net.IPEndPoint,``0)"]

Return Value

Type: Task
The Task associated with this action
See Also