Initializes a new instance of the UdpDataReceivedEventArgs class

Namespace:  Bespoke.Common.Net
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public UdpDataReceivedEventArgs(
	IPEndPoint sourceEndPoint,
	byte[] data
)
Visual Basic (Declaration)
Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	data As Byte() _
)
Visual C++
public:
UdpDataReceivedEventArgs(
	IPEndPoint^ sourceEndPoint, 
	array<unsigned char>^ data
)

Parameters

sourceEndPoint
Type: System.Net..::.IPEndPoint

[Missing <param name="sourceEndPoint"/> documentation for "M:Bespoke.Common.Net.UdpDataReceivedEventArgs.#ctor(System.Net.IPEndPoint,System.Byte[])"]

data
Type: array< System..::.Byte >[]()[]

[Missing <param name="data"/> documentation for "M:Bespoke.Common.Net.UdpDataReceivedEventArgs.#ctor(System.Net.IPEndPoint,System.Byte[])"]

See Also