IHttpHeader Interface

This is a Library topic for RemObjects SDK for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
The IHttpHeader interface represents a collection of Http headers.
Objects of this type are used by the RemObjects SDK infrastructure to provide access to the Http headers of Http requests or responses. While only few Http headers like 'Content-type' are exposed by IHttpRequest and IHttpResponse interfaces, the IHttpHeader interface provides access to any valid Http header value. Also, classes implementing this interface are used by Http-based channels to represent and manipulate Http request and response headers in a more generic form while processing them (see the WebChannelInfo class description).
Location
- Assembly: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
Implemented in
Properties
| Item |
|---|
|
Allows to retrieve or set an Http header with a provided name. For example, 'Content-Type' allows to retrieve or set the MIME type of the Html data.
|
See Also
- Lists
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK shared: Data Types – File Types
- other editions
- RemObjects SDK for Xcode: Protocols — Classes — Enums — Aliases — Implements
- RemObjects SDK for Delphi: Interfaces — Classes — Aliases — Implements
- RemObjects SDK for Java: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for JavaScript: Objects

Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Xcode, Delphi, Java and JavaScript