3 references to All
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
30Transports = HttpTransports.All;
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (1)
108: this(url, HttpTransports.All)
HttpConnectionOptions.cs (1)
56Transports = HttpTransports.All;