ChunkedHttpRequestMessageManagerTHandler Class
Manages received chunked and non-chunked HttpRequestMessages.
Inheritance Hierarchy
SystemObject
TcHmiSrv.Core.Tools.Net.Http.ManagersChunkedHttpRequestMessageManagerTHandler
TcHmiSrv.Core.Tools.Net.Http.ManagersFileUploadHttpRequestMessageManager
Namespace: TcHmiSrv.Core.Tools.Net.Http.Managers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public abstract class ChunkedHttpRequestMessageManager<THandler> : IReadOnlyDictionary<Context, THandler>,
IEnumerable<KeyValuePair<Context, THandler>>, IEnumerable, IReadOnlyCollection<KeyValuePair<Context, THandler>>,
IDisposable
where THandler : IChunkedHttpRequestMessageHandlerType Parameters
|
THandler |
The type of the IChunkedHttpRequestMessageHandlers the received data is written to. |
The ChunkedHttpRequestMessageManagerTHandler type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the ChunkedHttpRequestMessageManagerTHandler class. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the number of elements in the collection. | |
|
|
Gets the element that has the specified key in the read-only dictionary. | |
|
|
Gets an enumerable collection that contains the keys in the read-only dictionary. | |
|
|
Gets an enumerable collection that contains the values in the read-only dictionary. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the read-only dictionary contains an element that has the specified key. | |
|
|
Creates an IChunkedHttpRequestMessageHandler the received data is written to. | |
|
|
Creates an HttpResponseMessage for the specified IChunkedHttpRequestMessageHandler. | |
|
|
Releases all resources used by the ChunkedHttpRequestMessageManagerTHandler | |
|
|
Releases the unmanaged resources used by the ChunkedHttpRequestMessageManagerTHandler and optionally releases the managed resources | |
|
|
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. | |
|
|
Returns an enumerator that iterates through the 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. | |
|
|
Gets the value that is associated with the specified key. | |
|
|
Writes the Body of the specified HttpRequestMessage to the the IChunkedHttpRequestMessageHandler associated with the specified Context. |
Events
|
|
Name |
Description |
|---|---|---|
|
|
Called when the received data of an HttpRequestMessage that requests chunking is written. | |
|
|
Called when all received data of an HttpRequestMessage is written. This is the case when the received data of an HttpRequestMessage that does not request chunking has been written or when the final chunk of an HttpRequestMessage that requests chunking has been received. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0
Reference
TcHmiSrv.Core.Tools.Net.Http.Managers Namespace
Copyright © Beckhoff Automation GmbH & Co. KG