We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8baeba7 commit a1f1220Copy full SHA for a1f1220
websocket-sharp/Server/WebSocketSessionManager.cs
@@ -172,7 +172,7 @@ public IEnumerable<string> InactiveIDs {
172
}
173
174
/// <summary>
175
- /// Gets the session instance with <paramref name="id"/>.
+ /// Gets the session instance with the specified ID.
176
/// </summary>
177
/// <value>
178
/// <para>
@@ -185,7 +185,7 @@ public IEnumerable<string> InactiveIDs {
185
/// </para>
186
/// </value>
187
/// <param name="id">
188
- /// A <see cref="string"/> that represents the ID of the session to find.
+ /// A <see cref="string"/> that specifies the ID of the session to find.
189
/// </param>
190
/// <exception cref="ArgumentNullException">
191
/// <paramref name="id"/> is <see langword="null"/>.
0 commit comments