Click or drag to resize

UDPConnectionGetConnection Method (ConnectionInfo, UDPOptions, Boolean, Boolean)

Namespace:  NetworkCommsDotNet.Connections.UDP
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static UDPConnection GetConnection(
	ConnectionInfo connectionInfo,
	UDPOptions level,
	bool listenForReturnPackets = true,
	bool establishIfRequired = true
)

Parameters

connectionInfo
Type: NetworkCommsDotNetConnectionInfo
level
Type: NetworkCommsDotNet.Connections.UDPUDPOptions
listenForReturnPackets (Optional)
Type: SystemBoolean
establishIfRequired (Optional)
Type: SystemBoolean

Return Value

Type: UDPConnection
See Also