[Modify] Edit it
This commit is contained in:
parent
f059b447c8
commit
63a0c03e67
@ -324,6 +324,10 @@ namespace WebSocketSharp.Server
|
|||||||
/// Gets or sets a value indicating whether the server accepts
|
/// Gets or sets a value indicating whether the server accepts
|
||||||
/// a handshake request without checking the request URI.
|
/// a handshake request without checking the request URI.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// The set operation does nothing if the server has already started or
|
||||||
|
/// it is shutting down.
|
||||||
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <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>. The default
|
||||||
|
Loading…
Reference in New Issue
Block a user