6 overrides of CreateContentReadStreamAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (2)
177protected override Task<Stream> CreateContentReadStreamAsync() 215protected override Task<Stream> CreateContentReadStreamAsync()
System.Net.Http (4)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (4)
14protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 380protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 403protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 473protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }