C-DEngine 5.105

HttpListenerPrefixCollection Class

Provides the collection used to store the URI prefixes for the HttpListener.

Namespace:  WebSocketSharp.Net
Assembly:  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

Remarks


The HttpListener responds to the request which has a requested URI that the prefixes most closely match.

Inheritance Hierarchy


Object
  WebSocketSharp.Net..::..HttpListenerPrefixCollection