[Missing <summary> documentation for "P:Bespoke.Common.Net.UdpDataReceivedEventArgs.SourceEndPoint"]

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

Syntax

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

See Also