[Modify] Edit it

master
sta 9 years ago
parent 53ac2f5f45
commit 2077be2c47

@ -466,16 +466,27 @@ 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, /// <para>
/// you should set this property to <c>true</c>. /// You should set this property to <c>true</c> if you would
/// like to resolve to wait for socket in TIME_WAIT state.
/// </para>
/// <para>
/// The set operation does nothing if the server has already
/// started or it is shutting down.
/// </para>
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <c>true</c> if the server is allowed to be bound to an address that is already in use; /// <para>
/// otherwise, <c>false</c>. The default value is <c>false</c>. /// <c>true</c> if the server is allowed to be bound to an address
/// 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…
Cancel
Save