[Modify] Polish it
This commit is contained in:
parent
92b0be8157
commit
6656b471ba
@ -373,10 +373,10 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the <see cref="WebSocket"/> redirects
|
/// Gets or sets a value indicating whether the <see cref="WebSocket"/> redirects
|
||||||
/// the connection request to the new URL located in the connection response.
|
/// the handshake request to the new URL located in the handshake response.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the <see cref="WebSocket"/> redirects the connection request to
|
/// <c>true</c> if the <see cref="WebSocket"/> redirects the handshake request to
|
||||||
/// the new URL; otherwise, <c>false</c>. The default value is <c>false</c>.
|
/// the new URL; otherwise, <c>false</c>. The default value is <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool EnableRedirection {
|
public bool EnableRedirection {
|
||||||
|
Loading…
Reference in New Issue
Block a user