[Modify] Polish it

This commit is contained in:
sta 2016-03-14 14:44:26 +09:00
parent 92b0be8157
commit 6656b471ba

View File

@ -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 {