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

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0