6 references to GetInputStream
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
390
Stream stream = this.
GetInputStream
(false);
403
Stream stream = this.
GetInputStream
(false);
461
message.Content = new StreamContent(new MaxMessageSizeStream(this.
GetInputStream
(true), this.settings.MaxReceivedMessageSize));
515
Stream stream = this.
GetInputStream
(true);
658
this.inputStream = httpInput.
GetInputStream
(true);
System\ServiceModel\Channels\HttpRequestContext.cs (1)
301
HttpDelayedAcceptStream requestStream = input.
GetInputStream
(false) as HttpDelayedAcceptStream;