[Modify] Replace it

This commit is contained in:
sta 2021-04-30 20:37:15 +09:00
parent f55f17de4e
commit b30e5e52fe

View File

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