[Modify] Replace it
This commit is contained in:
parent
a37af8db8f
commit
4501a95181
@ -286,7 +286,9 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
set {
|
set {
|
||||||
CheckDisposed ();
|
if (_disposed)
|
||||||
|
throw new ObjectDisposedException (_objectName);
|
||||||
|
|
||||||
_ignoreWriteExceptions = value;
|
_ignoreWriteExceptions = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user