HttpHeader Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.