HttpResponseWrapper.BinaryWrite(Byte[]) Método
Definição
Grava uma cadeia de caracteres binários no fluxo de saída HTTP.Writes a string of binary characters to the HTTP output stream.
public:
override void BinaryWrite(cli::array <System::Byte> ^ buffer);
public override void BinaryWrite (byte[] buffer);
override this.BinaryWrite : byte[] -> unit
Public Overrides Sub BinaryWrite (buffer As Byte())
Parâmetros
- buffer
- Byte[]
Os caracteres binários para gravar na resposta atual.The binary characters to write to the current response.