Κοινή χρήση μέσω


PayloadStream.Flush Method

Definition

No-op. PayloadStreams should never be flushed, so we override Stream's Flush to make sure no caller attempts to flush a PayloadStream.

public override void Flush ();
override this.Flush : unit -> unit
Public Overrides Sub Flush ()

Applies to