Click or drag to resize
HTTPHeaders Class

This class represents the header configuration options for an HTTP request and response.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.RemoteViz.RenderingHTTPHeaders

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class HTTPHeaders : SoNetBase

The HTTPHeaders type exposes the following members.

Constructors
  NameDescription
Public methodHTTPHeaders

Creates an empty object.

Top
Methods
  NameDescription
Public methodAdd

Adds the given header value under the given name.

Public methodClear

Removes all headers.

Public methodCopyFrom

Copy assignment operator.

Public methodCount

Gets the number of HTTP headers.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists

Determines if the headers collection contains a header of the specified name, with any value.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNameAt

Retrieves the header name from a collection index.

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

Retrieves the value of a given header.

Public methodRemove

Removes the header value under the given name.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Note that OIV.RemoteViz.Rendering.HTTPHeaders treats header names in a case-insensitive manner.

See Also