HttpRequestMessage Class

Represents an HTTP request message.

Inheritance Hierarchy

SystemObject
  TcHmiSrv.Core.Tools.Net.HttpHttpMessageHttpRequestHeaders
    TcHmiSrv.Core.Tools.Net.HttpHttpRequestMessage

Namespace: TcHmiSrv.Core.Tools.Net.Http
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public class HttpRequestMessage : HttpMessage<HttpRequestHeaders>

The HttpRequestMessage type exposes the following members.

Constructors

 

Name

Description

HttpRequestMessage Class 1:

HttpRequestMessage

Initializes a new instance of the HttpRequestMessage class with the specified Value.

Properties

 

Name

Description

HttpRequestMessage Class 2:

Body

Gets the body of the HttpMessageT.
(Inherited from HttpMessageT)

HttpRequestMessage Class 3:

Canceled

Gets a value that indicates whether the HttpRequest was canceled. This can happen, for example, when a chunked HTTP request is interrupted.

HttpRequestMessage Class 4:

HasBody

Gets a value that indicates whether the HttpMessageT has a body.
(Inherited from HttpMessageT)

HttpRequestMessage Class 5:

Headers

Gets the HTTP headers of the HttpMessageT.
(Inherited from HttpMessageT)

HttpRequestMessage Class 6:

Id

Gets the numeric identifier of the HttpRequestMessage.

HttpRequestMessage Class 7:

Next

Gets a Value that is passed to the next HTTP request.
(Inherited from HttpMessageT)

HttpRequestMessage Class 8:

Request

Gets the HttpRequest.

Methods

 

Name

Description

HttpRequestMessage Class 9:

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)

HttpRequestMessage Class 10:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

HttpRequestMessage Class 11:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

HttpRequestMessage Class 12:

GetType

Gets the Type of the current instance.
(Inherited from Object)

HttpRequestMessage Class 13:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

HttpRequestMessage Class 14:

ToString

Returns a string that represents the current object.
(Overrides ObjectToString)

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

TcHmiSrv.Core.Tools.Net.Http Namespace

Copyright © Beckhoff Automation GmbH & Co. KG