Skip to content

Commit 403d6c7

Browse files
committed
[Modify] Replace it
1 parent 69e39f7 commit 403d6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websocket-sharp/Net/HttpListener.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,11 +973,11 @@ public void Start ()
973973
public void Stop ()
974974
{
975975
if (_disposed)
976-
throw new ObjectDisposedException (_objectName);
976+
throw new ObjectDisposedException (ObjectName);
977977

978978
lock (_sync) {
979979
if (_disposed)
980-
throw new ObjectDisposedException (_objectName);
980+
throw new ObjectDisposedException (ObjectName);
981981

982982
lock (_contextRegistrySync) {
983983
if (!_listening)

0 commit comments

Comments
 (0)