Skip to content

Commit e233e3d

Browse files
committed
Modified some xml doc comments
1 parent fd57782 commit e233e3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

websocket-sharp/Server/WebSocketService.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ public WebSocketContext Context {
118118
}
119119

120120
/// <summary>
121-
/// Gets or sets the delegate called to validate the HTTP cookies included in the WebSocket
122-
/// connection request.
121+
/// Gets or sets the delegate called to validate the HTTP cookies included in a connection
122+
/// request to the WebSocket service.
123123
/// </summary>
124124
/// <remarks>
125125
/// The delegate is called when the <see cref="WebSocket"/> used in the current session
126-
/// validates the WebSocket connection request.
126+
/// validates the connection request.
127127
/// </remarks>
128128
/// <value>
129129
/// <para>
@@ -160,12 +160,12 @@ public string ID {
160160
}
161161

162162
/// <summary>
163-
/// Gets or sets the delegate called to validate the Origin header included in the WebSocket
164-
/// connection request.
163+
/// Gets or sets the delegate called to validate the Origin header included in a connection
164+
/// request to the WebSocket service.
165165
/// </summary>
166166
/// <remarks>
167167
/// The delegate is called when the <see cref="WebSocket"/> used in the current session
168-
/// validates the WebSocket connection request.
168+
/// validates the connection request.
169169
/// </remarks>
170170
/// <value>
171171
/// <para>

0 commit comments

Comments
 (0)