[Modify] It will be removed

This commit is contained in:
sta 2017-03-11 19:25:51 +09:00
parent 95fffb9898
commit 1f9a496220

View File

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