[Modify] Add it
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user