We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403d6c7 commit b405e34Copy full SHA for b405e34
websocket-sharp/Net/HttpListener.cs
@@ -947,11 +947,11 @@ public HttpListenerContext GetContext ()
947
public void Start ()
948
{
949
if (_disposed)
950
- throw new ObjectDisposedException (_objectName);
+ throw new ObjectDisposedException (ObjectName);
951
952
lock (_sync) {
953
954
955
956
lock (_contextRegistrySync) {
957
if (_listening)
0 commit comments