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