NetworkStream.Flush メソッド
定義
ストリームからデータをフラッシュします。Flushes data from the stream. このメソッドは将来使用するために予約されています。This method is reserved for future use.
public:
override void Flush();
public override void Flush ();
override this.Flush : unit -> unit
Public Overrides Sub Flush ()
注釈
Flushメソッドはメソッドを実装し Stream.Flush ますが、 NetworkStream はバッファリングされないため、ネットワークストリームには影響しません。The Flush method implements the Stream.Flush method; however, because NetworkStream is not buffered, it has no effect on network streams. メソッドを呼び出すと、 Flush 例外はスローされません。Calling the Flush method does not throw an exception.