[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>.
|
||||
/// </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
|
||||
/// indicating whether a pong has been received within a time
|
||||
/// from a client.
|
||||
/// from its client.
|
||||
/// </para>
|
||||
/// </returns>
|
||||
/// <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.
|
||||
/// </param>
|
||||
/// <exception cref="InvalidOperationException">
|
||||
|
Loading…
Reference in New Issue
Block a user