ChunkedHttpResponseMessageFactoryRead(Int32, Value) Method

Reads the specified number of Bytes from the Stream and creates an HttpResponseMessage from it.


Namespace: TcHmiSrv.Core.Tools.Net.Http.Factories
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public HttpResponseMessage Read(
    int count,
    Value next
)

Parameters

count  Int32

The maximum number of Bytes to be read from the Stream, or MaxValue to read everything from the current position to the end of the Stream.

next  Value

A Value that is added to the returned HttpResponseMessage if it is not the last one.

Return Value

HttpResponseMessage
An HttpResponseMessage that represents the Bytes read from the Stream.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

ChunkedHttpResponseMessageFactory Class Read Overload TcHmiSrv.Core.Tools.Net.Http.Factories Namespace

Copyright © Beckhoff Automation GmbH & Co. KG