HttpRequest Class

Represents an HTTP request.

Inheritance Hierarchy

SystemObject
  TcHmiSrv.Core.Tools.Net.HttpHttpRequest

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

Syntax

C#

public class HttpRequest

The HttpRequest type exposes the following members.

Constructors

 

Name

Description

HttpRequest Class 1:

HttpRequest

Initializes a new instance of the HttpRequest class with the specified HttpMethod, resource, query parameters and protocol Version.

Properties

 

Name

Description

HttpRequest Class 2:

Method

Gets the HttpMethod.

HttpRequest Class 3:

ProtocolVersion

Gets the protocol Version.

HttpRequest Class 4:

QueryParameters

Gets the query parameters.

HttpRequest Class 5:

Resource

Gets the requested resource.

Methods

 

Name

Description

HttpRequest Class 6:

Equals

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

HttpRequest 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)

HttpRequest Class 8:

GetHashCode

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

HttpRequest Class 9:

GetType

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

HttpRequest Class 10:

MemberwiseClone

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

HttpRequest Class 11:

HttpRequest Class 12:

ParseMethod

Parses the specified String to an equivalent HttpMethod.

HttpRequest Class 13:

HttpRequest Class 14:

ParseQueryParameters

Parses the specified String to an equivalent DictionaryTKey, TValue.

HttpRequest Class 15:

HttpRequest Class 16:

ParseRequest

Parses the specified String to an HttpRequest.

HttpRequest Class 17:

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