HttpWriter.WriteBytes(Byte[], Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie un flux d'octets avec la position de départ spécifiée et le nombre d'octets vers le flux de sortie 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)
Paramètres
- buffer
- Byte[]
Mémoire tampon contenant les octets à envoyer vers le flux de sortie HTTP.
- index
- Int32
Position, dans la mémoire tampon, du premier octet à envoyer.
- count
- Int32
Nombre d'octets à envoyer en commençant à la position d'octet spécifiée par index
.