Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 722 Bytes

httptransfercodingheadervaluecollection_insertat_1105000064.md

File metadata and controls

26 lines (18 loc) · 722 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.InsertAt(System.UInt32,Windows.Web.Http.Headers.HttpTransferCodingHeaderValue)
winrt method

Windows.Web.Http.Headers.HttpTransferCodingHeaderValueCollection.InsertAt

-description

Inserts an HttpTransferCodingHeaderValue into the collection at the specified index.

-parameters

-param index

The zero-based index at which value should be inserted.

-param value

The object to insert into the collection.

-remarks

-examples

-see-also