[Modify] Replace it
This commit is contained in:
parent
47fbc7c5b0
commit
a37af8db8f
@ -279,7 +279,9 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public bool IgnoreWriteExceptions {
|
||||
get {
|
||||
CheckDisposed ();
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
return _ignoreWriteExceptions;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user