Documentation for a minimal subset of the QSM API
Data Constructor (segments, size)
Namespaces > QS.Fx.Network > Data > DataNew(IList<(Of Block>), Int32)
Construct a packet from a list of contiguous memory segments if the total number of bytes transmitted is known.
Syntax
C#Visual BasicManaged C++
public Data (
	IList<Block> segments,
	int size
)
Public Sub New ( _
	segments As IList(Of Block), _
	size As Integer _
)
public:
Data (
	IList<Block>^ segments, 
	int size
)
Parameters
segments (IList<(Of Block>))
The list of memory segments to transmit.
size (Int32)
The total number of bytes transmitted.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0