IsCompleted Property
Summary
Determines whether this is the last packet for this data chunk
Syntax
public bool IsCompleted { get; }
Public ReadOnly Property IsCompleted As Boolean
public:
property bool IsCompleted {
bool get();
}
Property Value
true if this is the last packet for this data chunk; otherwise, false