WebSocketStream.Write(Byte[], Int32, Int32) メソッド

定義

派生クラスでオーバーライドされると、現在のストリームにバイト シーケンスを書き込み、書き込まれたバイト数だけこのストリーム内の現在の位置を進めます。

public:
 override void Write(cli::array <System::Byte> ^ buffer, int offset, int count);
public override void Write(byte[] buffer, int offset, int count);
override this.Write : byte[] * int * int -> unit
Public Overrides Sub Write (buffer As Byte(), offset As Integer, count As Integer)

パラメーター

buffer
Byte[]

バイトの配列。 このメソッドは、 count バイトを buffer から現在のストリームにコピーします。

offset
Int32

現在のストリームへのバイトのコピーを開始する buffer の 0 から始まるバイト オフセット。

count
Int32

現在のストリームに書き込まれるバイト数。

適用対象