ChunkedHttpResponseMessageFactory Class
Represents a factory for chunked and non-chunked HttpResponseMessages.
Inheritance Hierarchy
SystemObject
TcHmiSrv.Core.Tools.Net.Http.FactoriesChunkedHttpResponseMessageFactory
TcHmiSrv.Core.Tools.Net.Http.FactoriesFileDownloadHttpResponseMessageFactory
Namespace: TcHmiSrv.Core.Tools.Net.Http.Factories
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class ChunkedHttpResponseMessageFactory : IDisposableThe ChunkedHttpResponseMessageFactory type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the ChunkedHttpResponseMessageFactory class with the specified Stream. | |
|
|
Initializes a new instance of the ChunkedHttpResponseMessageFactory class with the specified Stream. | |
|
|
Initializes a new instance of the ChunkedHttpResponseMessageFactory class with the specified Stream and content encoding. | |
|
|
Initializes a new instance of the ChunkedHttpResponseMessageFactory class with the specified Stream and ICompressor. | |
|
|
Initializes a new instance of the ChunkedHttpResponseMessageFactory class with the specified Stream and content encoding. | |
|
|
ChunkedHttpResponseMessageFactory(Stream, ICompressor, Boolean) |
Initializes a new instance of the ChunkedHttpResponseMessageFactory class with the specified Stream and ICompressor. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the content encoding of the Stream, if any. | |
|
|
Gets a value that indicates whether the ChunkedHttpResponseMessageFactory is completed by sending the last HttpResponseMessage. | |
|
|
Gets a value that indicates whether the ChunkedHttpResponseMessageFactory uses an ICompressor to compress the data read from the Stream. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates the HttpResponseHeaders for an HttpResponseMessage. | |
|
|
Releases all resources used by the ChunkedHttpResponseMessageFactory | |
|
|
Releases the unmanaged resources used by the ChunkedHttpResponseMessageFactory 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. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Reads all Bytes from the Stream and creates an HttpResponseMessage from it. | |
|
|
Reads the specified number of Bytes from the Stream and creates an HttpResponseMessage from it. | |
|
|
Returns a string that represents the current object. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0
Reference
TcHmiSrv.Core.Tools.Net.Http.Factories Namespace
Copyright © Beckhoff Automation GmbH & Co. KG