[Modify] Edit it

This commit is contained in:
sta 2017-05-17 17:17:38 +09:00
parent a9e5630954
commit ae9283f7bd

View File

@ -325,13 +325,17 @@ namespace WebSocketSharp.Server
/// a handshake request without checking the request URI. /// a handshake request without checking the request URI.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The set operation does nothing if the server has already started or /// The set operation does nothing if the server has already
/// it is shutting down. /// started or it is shutting down.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <c>true</c> if the server accepts a handshake request without /// <para>
/// checking the request URI; otherwise, <c>false</c>. The default /// <c>true</c> if the server accepts a handshake request without
/// value is <c>false</c>. /// checking the request URI; otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>.
/// </para>
/// </value> /// </value>
public bool AllowForwardedRequest { public bool AllowForwardedRequest {
get { get {