|
|
|
@ -60,14 +60,14 @@ namespace WebSocketSharp.Net
|
|
|
|
#region Internal Constructors
|
|
|
|
#region Internal Constructors
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Initializes a new instance of the <see cref="HttpListenerPrefix"/> class with
|
|
|
|
/// Initializes a new instance of the <see cref="HttpListenerPrefix"/> class
|
|
|
|
/// the specified <paramref name="uriPrefix"/>.
|
|
|
|
/// with the specified URI prefix.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// This constructor must be called after calling the CheckPrefix method.
|
|
|
|
/// This constructor must be called after calling the CheckPrefix method.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
/// <param name="uriPrefix">
|
|
|
|
/// <param name="uriPrefix">
|
|
|
|
/// A <see cref="string"/> that represents the URI prefix.
|
|
|
|
/// A <see cref="string"/> that specifies the URI prefix.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
internal HttpListenerPrefix (string uriPrefix)
|
|
|
|
internal HttpListenerPrefix (string uriPrefix)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|