HttpMethodHeaderValueCollection.GetView Method

Definition

Returns an immutable view of the HttpMethodHeaderValueCollection.

public:
 virtual IVectorView<HttpMethod ^> ^ GetView() = IVector<HttpMethod ^>::GetView;
IVectorView<HttpMethod> GetView();
public IReadOnlyList<HttpMethod> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of HttpMethod)

Returns

The view of the HttpMethodHeaderValueCollection.

Implements

Applies to