[Modify] Add it
This commit is contained in:
parent
1ebf72c957
commit
600c5389d0
@ -72,6 +72,7 @@ namespace WebSocketSharp.Net
|
|||||||
private bool _ignoreWriteExceptions;
|
private bool _ignoreWriteExceptions;
|
||||||
private volatile bool _listening;
|
private volatile bool _listening;
|
||||||
private Logger _logger;
|
private Logger _logger;
|
||||||
|
private string _objectName;
|
||||||
private HttpListenerPrefixCollection _prefixes;
|
private HttpListenerPrefixCollection _prefixes;
|
||||||
private string _realm;
|
private string _realm;
|
||||||
private bool _reuseAddress;
|
private bool _reuseAddress;
|
||||||
@ -104,6 +105,7 @@ namespace WebSocketSharp.Net
|
|||||||
_contextRegistrySync = ((ICollection) _contextRegistry).SyncRoot;
|
_contextRegistrySync = ((ICollection) _contextRegistry).SyncRoot;
|
||||||
|
|
||||||
_logger = new Logger ();
|
_logger = new Logger ();
|
||||||
|
_objectName = GetType ().ToString ();
|
||||||
_prefixes = new HttpListenerPrefixCollection (this);
|
_prefixes = new HttpListenerPrefixCollection (this);
|
||||||
_waitQueue = new Queue<HttpListenerAsyncResult> ();
|
_waitQueue = new Queue<HttpListenerAsyncResult> ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user