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

Assembly: Asgard5Library (Module: Asgard5Library)