5 overrides of Send
Microsoft.AspNetCore.TestHost (1)
ClientHandler.cs (1)
58protected override HttpResponseMessage Send(
Microsoft.Extensions.Http.Resilience.Tests (1)
Hedging\StandardHedgingTests.cs (1)
365protected override HttpResponseMessage Send(HttpRequestMessage request, CancellationToken cancellationToken)
System.Net.Http (3)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (3)
32protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 166protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 458protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }