IHeaderDictionary.Set(String, String) Method

Definition

Sets a specific header value.

public void Set (string key, string value);
abstract member Set : string * string -> unit
Public Sub Set (key As String, value As String)

Parameters

key
String

The header name.

value
String

The header value.

Applies to