[Modify] Remove it

master
sta 5 years ago
parent d06a902a31
commit f200cbabbf

@ -58,22 +58,6 @@ namespace WebSocketSharp.Net
#region Internal Constructors #region Internal Constructors
/// <summary>
/// Initializes a new instance of the <see cref="HttpListenerPrefix"/> class
/// with the specified URI prefix.
/// </summary>
/// <remarks>
/// This constructor must be called after calling the CheckPrefix method.
/// </remarks>
/// <param name="uriPrefix">
/// A <see cref="string"/> that specifies the URI prefix.
/// </param>
internal HttpListenerPrefix (string uriPrefix)
{
_original = uriPrefix;
parse (uriPrefix);
}
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="HttpListenerPrefix"/> class /// Initializes a new instance of the <see cref="HttpListenerPrefix"/> class
/// with the specified URI prefix and HTTP listener. /// with the specified URI prefix and HTTP listener.

Loading…
Cancel
Save