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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.