|
|
|
@ -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>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
/// <c>true</c> if the server accepts a handshake request without
|
|
|
|
/// <c>true</c> if the server accepts a handshake request without
|
|
|
|
/// checking the request URI; otherwise, <c>false</c>. The default
|
|
|
|
/// checking the request URI; otherwise, <c>false</c>.
|
|
|
|
/// value is <c>false</c>.
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// The default value is <c>false</c>.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public bool AllowForwardedRequest {
|
|
|
|
public bool AllowForwardedRequest {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|