HttpConnectionOptionHeaderValueCollection.GetView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an immutable view of the HttpConnectionOptionHeaderValueCollection.
public:
virtual IVectorView<HttpConnectionOptionHeaderValue ^> ^ GetView() = IVector<HttpConnectionOptionHeaderValue ^>::GetView;
IVectorView<HttpConnectionOptionHeaderValue> GetView();
public IReadOnlyList<HttpConnectionOptionHeaderValue> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of HttpConnectionOptionHeaderValue)
Returns
The view of the HttpConnectionOptionHeaderValueCollection.