Mentalis.org Security Library documentation

SecureNetworkStream.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 Stream.Flush method but, because SecureNetworkStream is not buffered, has no effect on secure network streams. Calling the Flush method will not throw an exception.

See Also

SecureNetworkStream Class | SecureNetworkStream Members | Org.Mentalis.Security.Ssl Namespace