HttpMethodHeaderValueCollection.Append(HttpMethod) Method

Definition

Adds a new HttpMethod item to the end of the collection.

public:
 virtual void Append(HttpMethod ^ value) = IVector<HttpMethod ^>::Append;
void Append(HttpMethod const& value);
public void Append(HttpMethod value);
function append(value)
Public Sub Append (value As HttpMethod)

Parameters

value
HttpMethod

The new item to add.

Implements

Applies to