Gets the origin of the packet.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.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