HttpHeader Class

Definition

The HTTP header.

public class HttpHeader
type HttpHeader = class
Public Class HttpHeader
Inheritance
HttpHeader

Constructors

HttpHeader()

Initializes a new instance of the HttpHeader class.

HttpHeader(String, String)

Initializes a new instance of the HttpHeader class.

Properties

Name

Gets or sets the header name.

Value

Gets or sets the header value.

Applies to