IPEndPointCollection.SetItem Method
.NET Framework 4
Replaces the IPEndPoint element at the specified index.
Assembly: System.Net (in System.Net.dll)
abstract SetItem : index:int * item:IPEndPoint -> unit override SetItem : index:int * item:IPEndPoint -> unit
Parameters
- index
- Type: System.Int32
The zero-based index of the element to replace.
- item
- Type: System.Net.IPEndPoint
The new IPEndPoint value for the element at the specified index. The value can be a null reference (Nothing in Visual Basic) for reference types.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index parameter is less than zero -or- the index parameter is greater than the current count of items in the IPEndPointCollection. |
| ArgumentNullException | The item parameter is a null reference (Nothing in Visual Basic). |
IPEndPointCollection does not accept a null reference (Nothing in Visual Basic) as a valid value. IPEndPointCollection allows duplicate elements.
This method is an O(1) operation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.