HttpHeadersNonValidated.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the values for the specified header name.
public:
property System::Net::Http::Headers::HeaderStringValues default[System::String ^] { System::Net::Http::Headers::HeaderStringValues get(System::String ^ headerName); };
public System.Net.Http.Headers.HeaderStringValues this[string headerName] { get; }
member this.Item(string) : System.Net.Http.Headers.HeaderStringValues
Default Public ReadOnly Property Item(headerName As String) As HeaderStringValues
Parameters
- headerName
- String
The name of the header.
Property Value
The values for the specified header.
Implements
Exceptions
The header was not contained in the collection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.