Gets or sets a value indicating whether the server is allowed to be bound to
   an address that is already in use.
   
                
    Namespace: 
   WebSocketSharp.Server
    Assembly:
   C-DEngine (in C-DEngine.dll)
public bool ReuseAddress { get; set; }Public Property ReuseAddress As Boolean
	Get
	Set
public:
property bool^ ReuseAddress {
	bool^ get ();
	void set (bool^ value);
}Field Value
true if the server is allowed to be bound to an address that is already in use;
   otherwise, 
false. The default value is 
false.
   
   If you would like to resolve to wait for socket in 
TIME_WAIT state,
   you should set this property to 
true.