|
|
@ -1047,9 +1047,6 @@ namespace WebSocketSharp.Server |
|
|
|
/// Also it must have a public parameterless constructor.
|
|
|
|
/// </para>
|
|
|
|
/// </typeparam>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="path"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <para>
|
|
|
|
/// <paramref name="path"/> is an empty string.
|
|
|
@ -1074,6 +1071,9 @@ namespace WebSocketSharp.Server |
|
|
|
/// <paramref name="path"/> is already in use.
|
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="path"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
public void AddWebSocketService<TBehavior> ( |
|
|
|
string path, |
|
|
|
Action<TBehavior> initializer |
|
|
|