[Modify] Remove it
This commit is contained in:
parent
588916e232
commit
64206f0f63
@ -58,7 +58,6 @@ namespace WebSocketSharp.Net
|
||||
private HttpListenerContext _context;
|
||||
private bool _endCalled;
|
||||
private Exception _exception;
|
||||
private bool _inGet;
|
||||
private object _state;
|
||||
private object _sync;
|
||||
private bool _syncCompleted;
|
||||
@ -100,16 +99,6 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
}
|
||||
|
||||
internal bool InGet {
|
||||
get {
|
||||
return _inGet;
|
||||
}
|
||||
|
||||
set {
|
||||
_inGet = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal object SyncRoot {
|
||||
get {
|
||||
return _sync;
|
||||
|
Loading…
Reference in New Issue
Block a user