HttpRequest.BinaryRead(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.
Effectue une lecture binaire d’un nombre spécifié d’octets à partir du flux d’entrée actuel.
public:
cli::array <System::Byte> ^ BinaryRead(int count);
public byte[] BinaryRead(int count);
member this.BinaryRead : int -> byte[]
Public Function BinaryRead (count As Integer) As Byte()
Paramètres
- count
- Int32
Nombre d’octets à lire.
Retours
Tableau d’octets.
Exceptions
Remarques
La BinaryRead méthode est fournie pour la compatibilité avec ASP.