[Modify] Polish it
This commit is contained in:
parent
e493291e9a
commit
eadd67a1d4
@ -136,7 +136,9 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
set {
|
set {
|
||||||
checkDisposed ();
|
if (_disposed)
|
||||||
|
throw new ObjectDisposedException (GetType ().ToString ());
|
||||||
|
|
||||||
_contentEncoding = value;
|
_contentEncoding = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user