HTTPHeader Class

Definition

HTTP header and it's value.

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 header name.

Value

Gets or sets header value.

Methods

Validate()

Validate the object.

Applies to