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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา