PositionInBytes Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the position in the buffer in bytes; note that the bits of the first returned byte may already have been read - check the Position property to make sure.

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

Syntax

C#
public int PositionInBytes { get; }
Visual Basic
Public ReadOnly Property PositionInBytes As Integer
	Get
Visual C++
public:
property int PositionInBytes {
	int get ();
}

See Also