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

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

Syntax

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

See Also