DeliveryMethod Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the delivery method this message was sent with (if user data)

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

Syntax

C#
public NetDeliveryMethod DeliveryMethod { get; }
Visual Basic
Public ReadOnly Property DeliveryMethod As NetDeliveryMethod
	Get
Visual C++
public:
property NetDeliveryMethod DeliveryMethod {
	NetDeliveryMethod get ();
}

See Also