HeaderOption(String, String) Constructor

Definition

Create a header option.

public HeaderOption (string name, string value);
new Microsoft.Graph.HeaderOption : string * string -> Microsoft.Graph.HeaderOption
Public Sub New (name As String, value As String)

Parameters

name
String

The name, or key, of the header option.

value
String

The value for the header option.

Applies to