Freigeben über


NegotiateProtocol.WriteResponse Methode

Definition

Schreibt in den 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))

Parameter

response
NegotiationResponse

Die als Antwort auf eine Verhandlungsanforderung generierte Aushandlungsantwort.

output
IBufferWriter<Byte>

Wobei das response als JSON geschrieben wird.

Gilt für: