aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Net/HttpStreamAsyncResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener/Net/HttpStreamAsyncResult.cs')
-rw-r--r--SocketHttpListener/Net/HttpStreamAsyncResult.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/SocketHttpListener/Net/HttpStreamAsyncResult.cs b/SocketHttpListener/Net/HttpStreamAsyncResult.cs
index e7e516c6b..d96988fce 100644
--- a/SocketHttpListener/Net/HttpStreamAsyncResult.cs
+++ b/SocketHttpListener/Net/HttpStreamAsyncResult.cs
@@ -66,10 +66,7 @@ namespace SocketHttpListener.Net
}
}
- public bool CompletedSynchronously
- {
- get { return (_synchRead == _count); }
- }
+ public bool CompletedSynchronously => false;
public bool IsCompleted
{