Click or drag to resize

UdpSocketOpenAsync(Int32, Flags) Method

Opens a UDP server.

Namespace: Demo3D.Net.Protocols
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public static Task<Client<IPacketIOService>> OpenAsync(
	int port,
	Flags flags = default
)

Parameters

port  Int32
The port to run the server on.
flags  Flags  (Optional)
Connection flags.

Return Value

TaskClientIPacketIOService
A new UDP server.
See Also