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 : IChunkedHttpRequestMessageHandlerThe ChunkedHttpRequestMessageHandler type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the ChunkedHttpRequestMessageHandler class with the specified Context and HttpResponseMessage. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the content encoding of the received HttpRequestMessage if specified in the Headers; otherwise, null. | |
|
|
Gets the Context of the client that sent the HttpRequest. | |
|
|
Gets the received HttpRequestMessage. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Applies the decompression algorithm specified by ContentEncoding to the specified Stream. | |
|
|
Applies a decompression algorithm to the specified Stream. | |
|
|
Applies a decompression algorithm to the specified Stream. | |
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current object. | |
|
|
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