3 references to GetStreamAsync
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (3)
139
Stream contentStream = await
GetStreamAsync
();
151
Stream contentStream = await
GetStreamAsync
();
169
Task<Stream> contentStreamTask =
GetStreamAsync
();