ChunkedHttpRequestMessageManagerTHandlerWrite Method

Writes the Body of the specified HttpRequestMessage to the the IChunkedHttpRequestMessageHandler associated with the specified Context.


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

Syntax

C#

public HttpResponseMessage Write(
    Context context,
    HttpRequestMessage httpRequest
)

Parameters

context  Context

The Context that is used to create a new or identify an existing IChunkedHttpRequestMessageHandler if the specified httpRequest contains chunked data.

httpRequest  HttpRequestMessage

An HttpRequestMessage that contains the received data and further request information, such as the transfer encoding and content encoding.

Return Value

HttpResponseMessage
An HttpResponseMessage that represents the response to the specified httpRequest.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

ChunkedHttpRequestMessageManagerTHandler Class TcHmiSrv.Core.Tools.Net.Http.Managers Namespace

Copyright © Beckhoff Automation GmbH & Co. KG