1 instantiation of NoTransportSupportedException
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
437
throw new
NoTransportSupportedException
("None of the transports supported by the client are supported by the server.");
1 reference to NoTransportSupportedException
Microsoft.AspNetCore.Http.Connections.Client (1)
NoTransportSupportedException.cs (1)
14
/// Constructs the <see cref="
NoTransportSupportedException
"/> exception with the provided <paramref name="message"/>.