Table of Contents

Method Set

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

Set(string, string?)

Sets the specified header to the specified value.

public void Set(string headerName, string? headerValue)

Parameters

headerName string

The header name.

headerValue string

The header value.

Remarks

If the header specified in the header does not exist, the Set method inserts a new header into the list of header name/value pairs. If the header specified in header is already present, value replaces the existing value.