Freigeben über


HttpMethodHeaderValueCollection.ReplaceAll(HttpMethod[]) Methode

Definition

Ersetzt alle HttpMethod-Elemente in der Auflistung durch die angegebenen HttpMethod-Elemente .

public:
 virtual void ReplaceAll(Platform::Array <HttpMethod ^> ^ items) = IVector<HttpMethod ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <HttpMethod const&> const& items);
public void ReplaceAll(HttpMethod[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As HttpMethod())

Parameter

items
HttpMethod[]

Die HttpMethod-Elemente , die der Auflistung hinzugefügt werden sollen.

Implementiert

Gilt für: