HttpHeaderValueCollection()

HttpHeaderValueCollection< System::String >::HttpHeaderValueCollection(String, System::SharedPtr<HttpHeaders>) method

System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::HttpHeaderValueCollection(String headerName, System::SharedPtr<HttpHeaders> store)

HttpHeaderValueCollection< System::String >::HttpHeaderValueCollection(String, System::SharedPtr<HttpHeaders>, Action<System::SharedPtr<HttpHeaderValueCollection<String>>, String>) method

System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::HttpHeaderValueCollection(String headerName, System::SharedPtr<HttpHeaders> store, Action<System::SharedPtr<HttpHeaderValueCollection<String>>, String> validator)

HttpHeaderValueCollection< System::String >::HttpHeaderValueCollection(String, System::SharedPtr<HttpHeaders>, String) method

System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::HttpHeaderValueCollection(String headerName, System::SharedPtr<HttpHeaders> store, String specialValue)

HttpHeaderValueCollection< System::String >::HttpHeaderValueCollection(String, System::SharedPtr<HttpHeaders>, String, Action<System::SharedPtr<HttpHeaderValueCollection<String>>, String>) method

System::Net::Http::Headers::HttpHeaderValueCollection<System::String>::HttpHeaderValueCollection(String headerName, System::SharedPtr<HttpHeaders> store, String specialValue, Action<System::SharedPtr<HttpHeaderValueCollection<String>>, String> validator)

See Also