[Modify] Edit it

This commit is contained in:
sta 2016-10-14 15:48:03 +09:00
parent 44bf2f6949
commit 3c1c3c5aa8

View File

@ -484,16 +484,17 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the server is allowed to be bound to /// Gets or sets a value indicating whether the server is allowed to
/// an address that is already in use. /// be bound to an address that is already in use.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// If you would like to resolve to wait for socket in <c>TIME_WAIT</c> state, /// If you would like to resolve to wait for socket in TIME_WAIT state,
/// you should set this property to <c>true</c>. /// you should set this property to <c>true</c>.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <c>true</c> if the server is allowed to be bound to an address that is already in use; /// <c>true</c> if the server is allowed to be bound to an address that
/// otherwise, <c>false</c>. The default value is <c>false</c>. /// is already in use; otherwise, <c>false</c>. The default value is
/// <c>false</c>.
/// </value> /// </value>
public bool ReuseAddress { public bool ReuseAddress {
get { get {