你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HttpResponseDataExtensions.WriteBytes(HttpResponseData, Byte[]) Method

Definition

Writes the provided bytes to the response body.

public static void WriteBytes(this Microsoft.Azure.Functions.Worker.Http.HttpResponseData response, byte[] value);
static member WriteBytes : Microsoft.Azure.Functions.Worker.Http.HttpResponseData * byte[] -> unit
<Extension()>
Public Sub WriteBytes (response As HttpResponseData, value As Byte())

Parameters

response
HttpResponseData

The response to write the string to.

value
Byte[]

The byte content to write to the request body.

Applies to