Skip to content

Commit 29c6bb4

Browse files
committed
[Modify] Edit it
1 parent 49a4c40 commit 29c6bb4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

websocket-sharp/Server/WebSocketSessionManager.cs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,16 @@ public int Count {
125125
}
126126

127127
/// <summary>
128-
/// Gets the IDs for the sessions in the Websocket service.
128+
/// Gets the IDs for the sessions in the WebSocket service.
129129
/// </summary>
130130
/// <value>
131-
/// An <c>IEnumerable&lt;string&gt;</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&lt;string&gt;</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>
133138
/// </value>
134139
public IEnumerable<string> IDs {
135140
get {

0 commit comments

Comments
 (0)