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

ObexGetStream.Flush Method 

Flushes data from the stream. This method is reserved for future use.

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

Remarks

The Flush method implements the Flush method; however, because ObexGetStream do not support writing, it has no affect on this stream type. Calling the Flush method does not throw an exception.

See Also

ObexGetStream Class | Brecham.Obex Namespace