Table of Contents

Property this

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

this[string]

Get or sets the associated value from the collection as a single string.

public StringValues this[string key] { get; set; }

Parameters

key string

The header name.

Property Value

StringValues

the associated value from the collection as a StringValues or StringValues.Empty if the key is not present.