Skip to content

Commit 1127982

Browse files
committed
[Modify] Replace it
1 parent 4562b71 commit 1127982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: websocket-sharp/Net/HttpListener.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ HttpListenerRequest request
693693
internal void CheckDisposed ()
694694
{
695695
if (_disposed)
696-
throw new ObjectDisposedException (_objectName);
696+
throw new ObjectDisposedException (ObjectName);
697697
}
698698

699699
internal bool RegisterContext (HttpListenerContext context)

0 commit comments

Comments
 (0)