FileUploadHttpRequestMessageManager Class
Manages received chunked and non-chunked HttpRequestMessages that represent file uploads.
Inheritance Hierarchy
SystemObject
TcHmiSrv.Core.Tools.Net.Http.ManagersChunkedHttpRequestMessageManagerFileUploadHttpRequestMessageHandler
TcHmiSrv.Core.Tools.Net.Http.ManagersFileUploadHttpRequestMessageManager
TcHmiSrv.Core.Tools.Net.Http.ManagersUriBasedFileUploadHttpRequestMessageManager
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 FileUploadHttpRequestMessageManager : ChunkedHttpRequestMessageManager<FileUploadHttpRequestMessageHandler>The FileUploadHttpRequestMessageManager type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the FileUploadHttpRequestMessageManager 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 the path of the file the received data is written to. | |
|
|
Creates an HttpResponseMessage
for the specified IChunkedHttpRequestMessageHandler. | |
|
|
| |
|
|
| |
|
|
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