1 instantiation of NoTransportSupportedException
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
434throw new NoTransportSupportedException("None of the transports supported by the client are supported by the server.");
2 references to NoTransportSupportedException
Microsoft.AspNetCore.Http.Connections.Client (1)
NoTransportSupportedException.cs (1)
14/// Constructs the <see cref="NoTransportSupportedException"/> exception with the provided <paramref name="message"/>.
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.Negotiate.cs (1)
56return RunInvalidNegotiateResponseTest<NoTransportSupportedException>(ResponseUtils.CreateNegotiationContent(transportTypes: HttpTransportType.None), "None of the transports supported by the client are supported by the server.");