[Modify] Add it
This commit is contained in:
parent
05d24f72d2
commit
40abc9b7f2
@ -80,6 +80,16 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
#region Internal Properties
|
#region Internal Properties
|
||||||
|
|
||||||
|
internal HttpListenerContext Context
|
||||||
|
{
|
||||||
|
get {
|
||||||
|
if (_exception != null)
|
||||||
|
throw _exception;
|
||||||
|
|
||||||
|
return _context;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal bool EndCalled {
|
internal bool EndCalled {
|
||||||
get {
|
get {
|
||||||
return _endCalled;
|
return _endCalled;
|
||||||
|
Loading…
Reference in New Issue
Block a user