Skip to content

Commit b405e34

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -947,11 +947,11 @@ public HttpListenerContext GetContext ()
947947
public void Start ()
948948
{
949949
if (_disposed)
950-
throw new ObjectDisposedException (_objectName);
950+
throw new ObjectDisposedException (ObjectName);
951951

952952
lock (_sync) {
953953
if (_disposed)
954-
throw new ObjectDisposedException (_objectName);
954+
throw new ObjectDisposedException (ObjectName);
955955

956956
lock (_contextRegistrySync) {
957957
if (_listening)

0 commit comments

Comments
 (0)