This topic has not yet been rated - Rate this topic

HttpListenerPrefixCollection.CopyTo Method

Copies the contents of an HttpListenerPrefixCollection to the specified array.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method CopyTo(Array, Int32) Copies the contents of an HttpListenerPrefixCollection to the specified array.
Public method CopyTo(String[], Int32) Copies the contents of an HttpListenerPrefixCollection to the specified string array.
Top

The array must be able to contain strings and cannot be multidimensional.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.