File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ public WebSocketContext Context {
118
118
}
119
119
120
120
/// <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 .
123
123
/// </summary>
124
124
/// <remarks>
125
125
/// 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.
127
127
/// </remarks>
128
128
/// <value>
129
129
/// <para>
@@ -160,12 +160,12 @@ public string ID {
160
160
}
161
161
162
162
/// <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 .
165
165
/// </summary>
166
166
/// <remarks>
167
167
/// 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.
169
169
/// </remarks>
170
170
/// <value>
171
171
/// <para>
You can’t perform that action at this time.
0 commit comments