6 overrides of SerializeToStreamAsync
Interop.FunctionalTests (1)
Http3\Http3RequestTests.cs (1)
44
protected override async Task
SerializeToStreamAsync
(Stream stream, TransportContext context, CancellationToken cancellationToken)
System.Net.Http (4)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (4)
17
protected override System.Threading.Tasks.Task
SerializeToStreamAsync
(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
386
protected override System.Threading.Tasks.Task
SerializeToStreamAsync
(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
406
protected override System.Threading.Tasks.Task
SerializeToStreamAsync
(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
477
protected override System.Threading.Tasks.Task
SerializeToStreamAsync
(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
System.Net.Http.Json (1)
System\Net\Http\Json\JsonContent.netcoreapp.cs (1)
26
protected override Task
SerializeToStreamAsync
(Stream stream, TransportContext? context, CancellationToken cancellationToken)