ReadResult.IsCompleted Property

Definition

Gets a value that indicates whether the end of the data stream has been reached.

public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

Property Value

true if the end of the data stream has been reached; otherwise, false.

Applies to