[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.
/// </summary>
/// <remarks>
/// The set operation does nothing if the server has already started or
/// it is shutting down.
/// The set operation does nothing if the server has already
/// started or it is shutting down.
/// </remarks>
/// <value>
/// <para>
/// <c>true</c> if the server accepts a handshake request without
/// checking the request URI; otherwise, <c>false</c>. The default
/// value is <c>false</c>.
/// checking the request URI; otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>.
/// </para>
/// </value>
public bool AllowForwardedRequest {
get {