HTTPHeader Class

Definition

Describes 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 name in HTTP header.

Value

Gets or sets the value in HTTP header.

Applies to