SignedExchangeInfoErrors Property |
Version 88.2.90
Errors occurred while handling the signed exchagne.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public IList<SignedExchangeError> Errors { get; set; }
public:
property IList<SignedExchangeError^>^ Errors {
IList<SignedExchangeError^>^ get ();
void set (IList<SignedExchangeError^>^ value);
}
Property Value
Type:
IListSignedExchangeErrorSee Also