[Modify] Edit it

master
sta 9 years ago
parent 5929b057bf
commit 31d4b31cee

@ -233,7 +233,8 @@ namespace WebSocketSharp.Server
/// Creates a new session for the service. /// Creates a new session for the service.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="WebSocketBehavior"/> instance that represents a new session. /// A <see cref="WebSocketBehavior"/> instance that represents
/// the new session.
/// </returns> /// </returns>
protected abstract WebSocketBehavior CreateSession (); protected abstract WebSocketBehavior CreateSession ();

Loading…
Cancel
Save