[Modify] Edit it

This commit is contained in:
sta 2017-08-04 15:28:33 +09:00
parent 098a10ca4e
commit 8e77c1592b

View File

@ -793,22 +793,22 @@ namespace WebSocketSharp.Server
/// A <c>Dictionary&lt;string, Dictionary&lt;string, bool&gt;&gt;</c>. /// A <c>Dictionary&lt;string, Dictionary&lt;string, bool&gt;&gt;</c>.
/// </para> /// </para>
/// <para> /// <para>
/// It represents a collection of pairs of a service path and /// It represents a collection of pairs of a service path and another
/// another collection of pairs of a session ID and a value /// collection of pairs of a session ID and a value indicating whether
/// indicating whether a pong has been received within a time /// a pong has been received from its client within a time.
/// from its client.
/// </para> /// </para>
/// </returns> /// </returns>
/// <param name="message"> /// <param name="message">
/// A <see cref="string"/> that represents a message to send. /// <para>
/// The size must be 125 bytes or less in UTF-8. /// A <see cref="string"/> that represents the message to send.
/// </para>
/// <para>
/// The size must be 125 bytes or less in UTF-8.
/// </para>
/// </param> /// </param>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The current state of the manager is not Start. /// The current state of the manager is not Start.
/// </exception> /// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="message"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <paramref name="message"/> could not be UTF-8-encoded. /// <paramref name="message"/> could not be UTF-8-encoded.
/// </exception> /// </exception>