ChunkedHttpRequestMessageHandler Class

Handles writing Bytes from the Body of received chunked and non-chunked HttpRequestMessages. This class also provides a method to apply a decompression algorithm to an output Stream using the content encoding specified in the HttpRequestHeaders.

Inheritance Hierarchy

SystemObject
  TcHmiSrv.Core.Tools.Net.Http.HandlersChunkedHttpRequestMessageHandler
    TcHmiSrv.Core.Tools.Net.Http.HandlersFileUploadHttpRequestMessageHandler

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

Syntax

C#

public abstract class ChunkedHttpRequestMessageHandler : IChunkedHttpRequestMessageHandler

The ChunkedHttpRequestMessageHandler type exposes the following members.

Constructors

 

Name

Description

ChunkedHttpRequestMessageHandler Class 1:

ChunkedHttpRequestMessageHandler

Initializes a new instance of the ChunkedHttpRequestMessageHandler class with the specified Context and HttpResponseMessage.

Properties

 

Name

Description

ChunkedHttpRequestMessageHandler Class 2:

ContentEncoding

Gets the content encoding of the received HttpRequestMessage if specified in the Headers; otherwise, null.

ChunkedHttpRequestMessageHandler Class 3:

Context

Gets the Context of the client that sent the HttpRequest.

ChunkedHttpRequestMessageHandler Class 4:

HttpRequest

Gets the received HttpRequestMessage.

Methods

 

Name

Description

ChunkedHttpRequestMessageHandler Class 5:

ApplyDecompression(Stream, Boolean)

Applies the decompression algorithm specified by ContentEncoding to the specified Stream.

ChunkedHttpRequestMessageHandler Class 6:

ChunkedHttpRequestMessageHandler Class 7:

ApplyDecompression(Stream, String, Boolean)

Applies a decompression algorithm to the specified Stream.

ChunkedHttpRequestMessageHandler Class 8:

ChunkedHttpRequestMessageHandler Class 9:

ApplyDecompression(Stream, ICompressor, Boolean)

Applies a decompression algorithm to the specified Stream.

ChunkedHttpRequestMessageHandler Class 10:

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)

ChunkedHttpRequestMessageHandler Class 11:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

ChunkedHttpRequestMessageHandler Class 12:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

ChunkedHttpRequestMessageHandler Class 13:

GetType

Gets the Type of the current instance.
(Inherited from Object)

ChunkedHttpRequestMessageHandler Class 14:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

ChunkedHttpRequestMessageHandler Class 15:

ToString

Returns a string that represents the current object.
(Inherited from Object)

ChunkedHttpRequestMessageHandler Class 16:

Write

Writes a block of Bytes to the current IChunkedHttpRequestMessageHandler.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

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

Copyright © Beckhoff Automation GmbH & Co. KG