System.Net.HttpListenerPrefixCollection Class

Represents the collection used to store Uniform Resource Identifier (URI) prefixes for System.Net.HttpListener objects.

See Also: HttpListenerPrefixCollection Members

Syntax

public class HttpListenerPrefixCollection : ICollection<string>, IEnumerable<string>

Remarks

The HttpListener.Prefixes property returns instances of this collection.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0