[Modify] Replace it

This commit is contained in:
sta
2021-05-01 21:52:44 +09:00
parent 47fbc7c5b0
commit a37af8db8f

View File

@@ -279,7 +279,9 @@ namespace WebSocketSharp.Net
/// </exception>
public bool IgnoreWriteExceptions {
get {
CheckDisposed ();
if (_disposed)
throw new ObjectDisposedException (_objectName);
return _ignoreWriteExceptions;
}