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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.