ChannelParameterCollection.SetItem Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Replaces an item in the collection at a specified index.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- index
- Type: System.Int32
Index of the item to replace.
- item
- Type: System.Object
Value of the replacement item.
Show: