HttpHeader Constructors

Definition

Overloads

HttpHeader()

Initializes a new instance of the HttpHeader class.

HttpHeader(String, String)

Initializes a new instance of the HttpHeader class.

HttpHeader()

Initializes a new instance of the HttpHeader class.

public HttpHeader ();
Public Sub New ()

Applies to

HttpHeader(String, String)

Initializes a new instance of the HttpHeader class.

public HttpHeader (string name = default, string value = default);
new Microsoft.Azure.Management.ContainerInstance.Models.HttpHeader : string * string -> Microsoft.Azure.Management.ContainerInstance.Models.HttpHeader
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)

Parameters

name
String

The header name.

value
String

The header value.

Applies to