Brecham.Obex — An OBEX library for the .NET Framework

ObexCreatedPdu.EndOfBodyStream Property

Get whether the bodyStream was read, and it was found that the end of the stream had been reached.

[Visual Basic]
Public ReadOnly Property EndOfBodyStream As Boolean
[C#]
public bool EndOfBodyStream {get;}

Remarks

This value is true if: a non-null bodyStream argument was passed to Create etc, there was space for at least one byte of body data to be added to the PDU, and on reading the stream it returned a length of zero (0) indicating that "the end of the stream has been reached." (see Stream.Read).

See Also

ObexCreatedPdu Class | Brecham.Obex.Pdus Namespace