Click or drag to resize
Akka.NETUdpSendCreate Method
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static UdpSend Create(
	ByteString data,
	EndPoint target
)

Parameters

data
Type: Akka.IOByteString
TBD
target
Type: System.NetEndPoint
TBD

Return Value

Type: UdpSend
TBD
See Also