HttpWriter.WriteBytes(Byte[], Int32, Int32) 메서드

정의

지정된 시작 위치와 바이트 수를 사용하여 바이트 스트림을 HTTP 출력 스트림으로 보냅니다.

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

매개 변수

buffer
Byte[]

HTTP 출력 스트림으로 보낼 바이트를 포함하는 메모리 버퍼입니다.

index
Int32

보낼 첫 번째 바이트의 버퍼 위치입니다.

count
Int32

로 지정된 index바이트 위치에서 시작하여 보낼 바이트 수입니다.

적용 대상