HttpListenerPrefixCollection.CopyTo Method (Array, Int32)
.NET Framework 4
Copies the contents of an HttpListenerPrefixCollection to the specified array.
Assembly: System (in System.dll)
Parameters
- array
- Type: System.Array
The one dimensional Array that receives the Uniform Resource Identifier (URI) prefix strings in this collection.
- offset
- Type: System.Int32
The zero-based index in array at which copying begins.
| Exception | Condition |
|---|---|
| ArgumentException | array has more than one dimension. |
| ArgumentOutOfRangeException | This collection contains more elements than can be stored in array starting at offset. |
| ObjectDisposedException | The HttpListener associated with this collection is closed. |
| InvalidCastException | array cannot store string values. |
The following code example copies the prefixes in a HttpListenerPrefixCollection.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, 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.