FileUploadHttpRequestMessageHandlerWrite Method

Writes a block of Bytes to the current IChunkedHttpRequestMessageHandler.


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

Syntax

C#

public override void Write(
    byte[] buffer,
    int offset,
    int count
)

Parameters

buffer  Byte

The buffer containing the data to write to the IChunkedHttpRequestMessageHandler.

offset  Int32

The zero-based byte offset in buffer from which to begin writing Bytes to the IChunkedHttpRequestMessageHandler.

count  Int32

The maximum number of Bytes to write to the IChunkedHttpRequestMessageHandler.

Implements

IChunkedHttpRequestMessageHandlerWrite(Byte, Int32, Int32)

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

FileUploadHttpRequestMessageHandler Class TcHmiSrv.Core.Tools.Net.Http.Handlers Namespace

Copyright © Beckhoff Automation GmbH & Co. KG