15 writes to outputStream
System.ServiceModel (15)
System\ServiceModel\Channels\HttpChannelHelpers.cs (15)
1503this.outputStream = GetWrappedOutputStream(); 1636httpOutput.outputStream = httpOutput.GetWrappedOutputStream(); 1872outputStream = GetOutputStream(); 1882outputStream = this.GetOutputStream(); 1905outputStream = this.GetOutputStream(); 1922outputStream = this.GetOutputStream(); 1956outputStream = GetOutputStream(); 1966outputStream = GetOutputStream(); 1977outputStream = GetOutputStream(); 1994outputStream = GetOutputStream(); 2083httpOutput.outputStream = httpOutput.GetOutputStream(); 2097httpOutput.outputStream = httpOutput.EndGetOutputStream(result); 2111httpOutput.outputStream = httpOutput.GetOutputStream(); 2126httpOutput.outputStream = httpOutput.EndGetOutputStream(result); 2277thisPtr.httpOutput.outputStream = thisPtr.httpOutput.EndGetOutputStream(result);
21 references to outputStream
System.ServiceModel (21)
System\ServiceModel\Channels\HttpChannelHelpers.cs (21)
1166if (this.outputStream != null) 1168outputStream.Close(); 1498return this.supportsConcurrentIO ? (Stream)new BufferedOutputAsyncStream(this.outputStream, BufferSize, BufferCount) : new BufferedStream(this.outputStream, ChunkSize); 1519messageEncoder.WriteMessage(this.message, this.outputStream); 1523mtomMessageEncoder.WriteMessage(this.message, this.outputStream, this.mtomBoundary); 1528this.outputStream.Close(); 1677result = httpOutput.messageEncoder.BeginWriteMessage(httpOutput.message, httpOutput.outputStream, onWriteStreamedMessage, this); 1681result = mtomMessageEncoder.BeginWriteMessage(httpOutput.message, httpOutput.outputStream, httpOutput.mtomBoundary, onWriteStreamedMessage, this); 1694httpOutput.outputStream.Close(); 1708result = content.BeginWriteToStream(httpOutput.outputStream, onWriteStreamedMessage, this); 1712result = this.httpResponseMessage.Content.CopyToAsync(httpOutput.outputStream).AsAsyncResult(onWriteStreamedMessage, this); 1728httpOutput.outputStream.Close(); 1888content.WriteToStream(this.outputStream); 1892if (!httpResponseMessage.Content.CopyToAsync(this.outputStream).Wait<CommunicationException>(timeout)) 1912outputStream.Write(buffer.Array, buffer.Offset, buffer.Count); 1923outputStream.Write(buffer.Array, buffer.Offset, buffer.Count); 1984outputStream.Write(buffer.Array, buffer.Offset, buffer.Count); 1995outputStream.Write(buffer.Array, buffer.Offset, buffer.Count); 2181httpOutput.outputStream.BeginWrite(buffer.Array, buffer.Offset, buffer.Count, onWriteBody, this); 2258httpOutput.outputStream.EndWrite(result);