HeaderOption Class

Definition

A key value pair to be added to the request headers.

public class HeaderOption : Microsoft.Graph.Option
type HeaderOption = class
    inherit Option
Public Class HeaderOption
Inherits Option
Inheritance
HeaderOption

Constructors

HeaderOption(String, String)

Create a header option.

Properties

Name

The name, or key, of the option.

(Inherited from Option)
Value

The value of the option.

(Inherited from Option)

Applies to