HttpListenerPrefixCollectionCopyTo Method (Array, Int32) |
Copies the contents of the collection to the specified Array.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public void CopyTo(
Array array,
int offset
)
Parameters
- array
- Type: SystemArray
An Array that receives the URI prefix strings in the collection.
- offset
- Type: SystemInt32
An Int32 that represents the zero-based index in array
at which copying begins.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The HttpListener associated with this collection is closed.
|
See Also