Lidgren Network Library documentation |
NetIncomingMessage..::..DeliveryMethod Property |
NetIncomingMessage Class See Also Send Feedback |
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 (); } |