HttpListenerPrefixCollection Class
Provides the collection used to store the URI prefixes for the HttpListener.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public class HttpListenerPrefixCollection : ICollection<string>, IEnumerable<string>, IEnumerable
Public Class HttpListenerPrefixCollection _ Implements ICollection(Of String), IEnumerable(Of String), _ IEnumerable
public ref class HttpListenerPrefixCollection : ICollection<String^>, IEnumerable<String^>, IEnumerable