3 references to GetInputStream
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
364
: base(hostedContext.result.
GetInputStream
())
371
: base(new PreReadStream(hostedContext.result.
GetInputStream
(), preReadBuffer))
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
914
if (this.
GetInputStream
().Read(preReadBuffer, 0, 1) > 0)