[Missing <summary> documentation for "P:Bespoke.Common.Net.UdpState.Client"]

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

Syntax

C#
public UdpClient Client { get; set; }
Visual Basic (Declaration)
Public Property Client As UdpClient
Visual C++
public:
property UdpClient^ Client {
	UdpClient^ get ();
	void set (UdpClient^ value);
}

See Also