[Modify] Polish it
This commit is contained in:
parent
5aa03ab838
commit
62ec87342e
@ -61,27 +61,27 @@ namespace WebSocketSharp.Net
|
|||||||
{
|
{
|
||||||
#region Private Fields
|
#region Private Fields
|
||||||
|
|
||||||
private AuthenticationSchemes _authSchemes;
|
private AuthenticationSchemes _authSchemes;
|
||||||
private Func<HttpListenerRequest, AuthenticationSchemes> _authSchemeSelector;
|
private Func<HttpListenerRequest, AuthenticationSchemes> _authSchemeSelector;
|
||||||
private string _certFolderPath;
|
private string _certFolderPath;
|
||||||
private Dictionary<HttpConnection, HttpConnection> _connections;
|
private Dictionary<HttpConnection, HttpConnection> _connections;
|
||||||
private object _connectionsSync;
|
private object _connectionsSync;
|
||||||
private List<HttpListenerContext> _ctxQueue;
|
private List<HttpListenerContext> _ctxQueue;
|
||||||
private object _ctxQueueSync;
|
private object _ctxQueueSync;
|
||||||
private LinkedList<HttpListenerContext> _contextRegistry;
|
private LinkedList<HttpListenerContext> _contextRegistry;
|
||||||
private object _contextRegistrySync;
|
private object _contextRegistrySync;
|
||||||
private static readonly string _defaultRealm;
|
private static readonly string _defaultRealm;
|
||||||
private bool _disposed;
|
private bool _disposed;
|
||||||
private bool _ignoreWriteExceptions;
|
private bool _ignoreWriteExceptions;
|
||||||
private volatile bool _listening;
|
private volatile bool _listening;
|
||||||
private Logger _logger;
|
private Logger _logger;
|
||||||
private HttpListenerPrefixCollection _prefixes;
|
private HttpListenerPrefixCollection _prefixes;
|
||||||
private string _realm;
|
private string _realm;
|
||||||
private bool _reuseAddress;
|
private bool _reuseAddress;
|
||||||
private ServerSslConfiguration _sslConfig;
|
private ServerSslConfiguration _sslConfig;
|
||||||
private Func<IIdentity, NetworkCredential> _userCredFinder;
|
private Func<IIdentity, NetworkCredential> _userCredFinder;
|
||||||
private List<HttpListenerAsyncResult> _waitQueue;
|
private List<HttpListenerAsyncResult> _waitQueue;
|
||||||
private object _waitQueueSync;
|
private object _waitQueueSync;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user