Поделиться через


NegotiateProtocol.WriteResponse Метод

Определение

Записывает в responseoutput.

public:
 static void WriteResponse(Microsoft::AspNetCore::Http::Connections::NegotiationResponse ^ response, System::Buffers::IBufferWriter<System::Byte> ^ output);
public static void WriteResponse (Microsoft.AspNetCore.Http.Connections.NegotiationResponse response, System.Buffers.IBufferWriter<byte> output);
static member WriteResponse : Microsoft.AspNetCore.Http.Connections.NegotiationResponse * System.Buffers.IBufferWriter<byte> -> unit
Public Shared Sub WriteResponse (response As NegotiationResponse, output As IBufferWriter(Of Byte))

Параметры

response
NegotiationResponse

Ответ на согласование, созданный в ответ на запрос на согласование.

output
IBufferWriter<Byte>

response Где записывается в формате JSON.

Применяется к