HttpTransferCodingHeaderValueCollection.GetView Method

Definition

Returns an immutable view of the HttpTransferCodingHeaderValueCollection.

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

Returns

The view of the HttpTransferCodingHeaderValueCollection.

Implements

Applies to