[Modify] Edit it
This commit is contained in:
parent
0448d39383
commit
4e234236c6
@ -305,11 +305,12 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the server accepts
|
/// Gets or sets a value indicating whether the server accepts
|
||||||
/// a forwarded request.
|
/// a handshake request without checking the request URI.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the server accepts a forwarded request;
|
/// <c>true</c> if the server accepts a handshake request without
|
||||||
/// otherwise, <c>false</c>. The default value is <c>false</c>.
|
/// checking the request URI; otherwise, <c>false</c>. The default
|
||||||
|
/// value is <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool AllowForwardedRequest {
|
public bool AllowForwardedRequest {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user