Initializes a new instance of the UdpState class

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

Syntax

C#
public UdpState(
	UdpClient client,
	IPEndPoint ipEndPoint
)
Visual Basic (Declaration)
Public Sub New ( _
	client As UdpClient, _
	ipEndPoint As IPEndPoint _
)
Visual C++
public:
UdpState(
	UdpClient^ client, 
	IPEndPoint^ ipEndPoint
)

Parameters

client
Type: System.Net.Sockets..::.UdpClient

[Missing <param name="client"/> documentation for "M:Bespoke.Common.Net.UdpState.#ctor(System.Net.Sockets.UdpClient,System.Net.IPEndPoint)"]

ipEndPoint
Type: System.Net..::.IPEndPoint

[Missing <param name="ipEndPoint"/> documentation for "M:Bespoke.Common.Net.UdpState.#ctor(System.Net.Sockets.UdpClient,System.Net.IPEndPoint)"]

See Also