HeaderDictionary.IDictionary<String,String[]>.Item[String] Property

Definition

Throws KeyNotFoundException if the key is not present.

string[] System.Collections.Generic.IDictionary<System.String,System.String[]>.Item[string key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.String,System.String[]>.Item(string) : string[] with get, set
 Property Item(key As String) As String() Implements IDictionary(Of String, String()).Item

Parameters

key
String

The header name.

Property Value

String[]

Implements

Applies to