Udostępnij przez


HttpHeaderData Class

Definition

HTTPHeader describes a custom header to be used in HTTP probes.

public class HttpHeaderData
type HttpHeaderData = class
Public Class HttpHeaderData
Inheritance
HttpHeaderData

Constructors

Name Description
HttpHeaderData(String, String)

Initializes a new instance of HttpHeaderData.

Properties

Name Description
Name

The header field name.

Value

The header field value.

Applies to