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

ObexPutStream.Flush Method 

Overridden. Clears all buffers for this stream and causes any buffered data to be written to the peer.

[Visual Basic]
Overrides Public Sub Flush()
[C#]
public override void Flush();

Remarks

The ObexPutStream is buffered as it aims to make most efficient use of the network connection; it will only write maximum sized segments in normal operation. The buffer will be emptied at Close or by calling this method.

See Also

ObexPutStream Class | Brecham.Obex Namespace