[Modify] Polish it

master
sta 6 years ago
parent e493291e9a
commit eadd67a1d4

@ -136,7 +136,9 @@ namespace WebSocketSharp.Net
}
set {
checkDisposed ();
if (_disposed)
throw new ObjectDisposedException (GetType ().ToString ());
_contentEncoding = value;
}
}

Loading…
Cancel
Save