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