SenderEndpoint Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
IPEndPoint of sender, if any

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

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

See Also