Reference Library
LengthStart Property
NamespacesAsgard5.NetSocketClientLengthStart
Where the length of the packet is located in the packet (zero based array).
Declaration Syntax
C#Visual BasicVisual C++
public int LengthStart { get; set; }
Public Property LengthStart As Integer
	Get
	Set
public:
property int LengthStart {
	int get ();
	void set (int value);
}

Assembly: Asgard5Library (Module: Asgard5Library)