Skip to content

Commit 25b7e0a

Browse files
committed
[Modify] Replace it
1 parent 544fd4a commit 25b7e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/Net/HttpListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public Logger Log {
370370
public HttpListenerPrefixCollection Prefixes {
371371
get {
372372
if (_disposed)
373-
throw new ObjectDisposedException (_objectName);
373+
throw new ObjectDisposedException (ObjectName);
374374

375375
return _prefixes;
376376
}

0 commit comments

Comments
 (0)