1 instantiation of HttpOutputByteArrayContent
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1358httpResponseMessage.Content = new HttpOutputByteArrayContent(messageBytes.Array, messageBytes.Offset, messageBytes.Count, this.bufferManager);
4 references to HttpOutputByteArrayContent
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
1608HttpOutputByteArrayContent content; 1610public HttpOutputByteArrayContentStream(Stream innerStream, HttpOutputByteArrayContent content) 1933HttpOutputByteArrayContent content = httpResponseMessage.Content as HttpOutputByteArrayContent;