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