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