|
|
|
@ -1085,6 +1085,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// <paramref name="path"/> is already in use.
|
|
|
|
/// <paramref name="path"/> is already in use.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
|
|
|
|
[Obsolete ("This method will be removed. Use added one instead.")]
|
|
|
|
public void AddWebSocketService<TBehavior> (
|
|
|
|
public void AddWebSocketService<TBehavior> (
|
|
|
|
string path, Func<TBehavior> creator
|
|
|
|
string path, Func<TBehavior> creator
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|