MessageType Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the type of this incoming message

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

Syntax

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

See Also