File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,16 @@ public int Count {
125
125
}
126
126
127
127
/// <summary>
128
- /// Gets the IDs for the sessions in the Websocket service.
128
+ /// Gets the IDs for the sessions in the WebSocket service.
129
129
/// </summary>
130
130
/// <value>
131
- /// An <c>IEnumerable<string></c> instance that provides an enumerator which
132
- /// supports the iteration over the collection of the IDs for the sessions.
131
+ /// <para>
132
+ /// An <c>IEnumerable<string></c> instance.
133
+ /// </para>
134
+ /// <para>
135
+ /// It provides an enumerator which supports the iteration over
136
+ /// the collection of the IDs for the sessions.
137
+ /// </para>
133
138
/// </value>
134
139
public IEnumerable < string > IDs {
135
140
get {
You can’t perform that action at this time.
0 commit comments