[Modify] Edit it
This commit is contained in:
parent
0223b606e8
commit
fac4af744b
@ -826,14 +826,14 @@ namespace WebSocketSharp.Server
|
|||||||
/// A <c>Dictionary<string, Dictionary<string, bool>></c>.
|
/// A <c>Dictionary<string, Dictionary<string, bool>></c>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// It contains a collection of pairs of a service path and
|
/// It represents a collection of pairs of a service path and
|
||||||
/// another collection of pairs of a session ID and a value
|
/// another collection of pairs of a session ID and a value
|
||||||
/// indicating whether a pong has been received within a time
|
/// indicating whether a pong has been received within a time
|
||||||
/// from a client.
|
/// from its client.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </returns>
|
/// </returns>
|
||||||
/// <param name="message">
|
/// <param name="message">
|
||||||
/// A <see cref="string"/> that represents the message to send.
|
/// A <see cref="string"/> that represents a message to send.
|
||||||
/// The size must be 125 bytes or less in UTF-8.
|
/// The size must be 125 bytes or less in UTF-8.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
|
Loading…
Reference in New Issue
Block a user