[Modify] Edit it
This commit is contained in:
parent
4448e8bd15
commit
5211d3c8a5
@ -548,18 +548,22 @@ namespace WebSocketSharp.Server
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// 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.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If you would like to resolve to wait for socket in TIME_WAIT state,
|
/// You should set this property to <c>true</c> if you would
|
||||||
/// you should set this property to <c>true</c>.
|
/// like to resolve to wait for socket in TIME_WAIT state.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the server is allowed to be bound to an address that
|
/// <para>
|
||||||
/// is already in use; otherwise, <c>false</c>. The default value is
|
/// <c>true</c> if the server is allowed to be bound to an address
|
||||||
/// <c>false</c>.
|
/// that is already in use; otherwise, <c>false</c>.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <c>false</c>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool ReuseAddress {
|
public bool ReuseAddress {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user