WebSocketServerReuseAddress Property |
Namespace: Sfs2X.WebSocketSharp.Server
public bool ReuseAddress { get; set; }
true if the server is allowed to be bound to an address that is already in use; otherwise, false.
The default value is false.
You should set this property to true if you would like to resolve to wait for socket in TIME_WAIT state.
The set operation does nothing if the server has already started or it is shutting down.