HttpMessageT Class

Represents an HTTP message.

Inheritance Hierarchy

SystemObject
  TcHmiSrv.Core.Tools.Net.HttpHttpMessageT
    TcHmiSrv.Core.Tools.Net.HttpHttpRequestMessage
    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 HttpMessage<T>
where T : class

Type Parameters

T

The type of the HTTP headers

The HttpMessageT type exposes the following members.

Constructors

 

Name

Description

HttpMessageT Class 1:

HttpMessageT

Initializes a new instance of the HttpMessageT class with the specified HTTP headers, body and Value.

Properties

 

Name

Description

HttpMessageT Class 2:

Body

Gets the body of the HttpMessageT.

HttpMessageT Class 3:

HasBody

Gets a value that indicates whether the HttpMessageT has a body.

HttpMessageT Class 4:

Headers

Gets the HTTP headers of the HttpMessageT.

HttpMessageT Class 5:

Next

Gets a Value that is passed to the next HTTP request.

Methods

 

Name

Description

HttpMessageT Class 6:

Equals

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

HttpMessageT Class 7:

Finalize

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

HttpMessageT Class 8:

GetHashCode

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

HttpMessageT Class 9:

GetType

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

HttpMessageT Class 10:

MemberwiseClone

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

HttpMessageT Class 11:

ToString

Returns a string that represents the current object.
(Inherited from Object)

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