Click or drag to resize

UdpClientEventArgs Constructor

Initializes a new instance of the UdpClientEventArgs class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public UdpClientEventArgs(
	UdpClient client,
	byte[] data,
	IPEndPoint endPoint
)

Parameters

client
Type: System.Net.SocketsUdpClient

[Missing <param name="client"/> documentation for "M:Demo3D.Visuals.UdpClientEventArgs.#ctor(System.Net.Sockets.UdpClient,System.Byte[],System.Net.IPEndPoint)"]

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Demo3D.Visuals.UdpClientEventArgs.#ctor(System.Net.Sockets.UdpClient,System.Byte[],System.Net.IPEndPoint)"]

endPoint
Type: System.NetIPEndPoint

[Missing <param name="endPoint"/> documentation for "M:Demo3D.Visuals.UdpClientEventArgs.#ctor(System.Net.Sockets.UdpClient,System.Byte[],System.Net.IPEndPoint)"]

See Also