[Modify] Replace it

This commit is contained in:
sta 2021-05-05 20:36:24 +09:00
parent 8c425331f6
commit f76b71b0da

View File

@ -474,7 +474,9 @@ namespace WebSocketSharp.Net
}
set {
CheckDisposed ();
if (_disposed)
throw new ObjectDisposedException (_objectName);
_userCredFinder = value;
}
}