PipeStream::IsMessageComplete Property
.NET Framework (current version)
Gets a value indicating whether there is more data in the message returned from the most recent read operation.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System::Booleantrue if there are no more characters to read in the message; otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | |
| ObjectDisposedException | The pipe is closed. |
.NET Framework
Available since 3.5
Available since 3.5
Show: