2 instantiations of NegotiationResponse
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
410var response = new NegotiationResponse();
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
255return new NegotiationResponse
9 references to NegotiationResponse
Aspire.Hosting.Azure.Tests (1)
AzureSignalREmulatorFunctionalTest.cs (1)
106var negotiationResponse = await serviceHubContext.NegotiateAsync(new() { UserId = "testId" }, token);
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
410var response = new NegotiationResponse();
Microsoft.AspNetCore.Http.Connections.Common (6)
AvailableTransport.cs (1)
9/// Part of the <see cref="NegotiationResponse"/> that represents an individual transport and the trasfer formats the transport supports.
NegotiateProtocol.cs (5)
48public static void WriteResponse(NegotiationResponse response, IBufferWriter<byte> output) 142/// Parses a <see cref="NegotiationResponse"/> from the <paramref name="content"/> as Json. 144/// <param name="content">The bytes of a Json payload that represents a <see cref="NegotiationResponse"/>.</param> 145/// <returns>The parsed <see cref="NegotiationResponse"/>.</returns> 146public static NegotiationResponse ParseResponse(ReadOnlySpan<byte> content)
SignalRServerlessWeb (1)
Program.cs (1)
41var negotiateResponse = await hubContext.NegotiateAsync(new NegotiationOptions