HttpResponseMessage Class
Represents an HTTP response message.
Inheritance Hierarchy
SystemObject
TcHmiSrv.Core.Tools.Net.HttpHttpMessageHttpResponseHeaders
TcHmiSrv.Core.Tools.Net.HttpHttpResponseMessage
Namespace: TcHmiSrv.Core.Tools.Net.Http
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class HttpResponseMessage : HttpMessage<HttpResponseHeaders>The HttpResponseMessage type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the HttpResponseMessage class with the specified body. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified body and Value. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus and body. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus and HttpResponseHeaders. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus and Value. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, body and Value. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, HttpResponseHeaders and body. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, HttpResponseHeaders and Value. | |
|
|
HttpResponseMessage(HttpStatus, HttpResponseHeaders, Byte, Value) |
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, HttpResponseHeaders, body and Value. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the body of the HttpMessageT. | |
|
|
Gets a value that indicates whether the HttpMessageT has
a body. | |
|
|
Gets a value that indicates whether the HttpResponseMessage has a HttpStatus. | |
|
|
Gets the HTTP headers of the HttpMessageT. | |
|
|
Gets a Value that is passed
to the next HTTP request. | |
|
|
Gets the HttpStatus of the HttpResponseMessage. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
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. | |
|
|
Converts the HttpResponseMessage to an equivalent Value. |
Operators
|
|
Name |
Description |
|---|---|---|
|
|
Converts an instance of the HttpResponseMessage class to the appropriate Value. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0