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