SignedExchangeInfoOuterResponse Property |
Version 118.6.80
The outer response of signed HTTP exchange which was received from network.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Response OuterResponse { get; set; }
public:
property Response^ OuterResponse {
Response^ get ();
void set (Response^ value);
}
Property Value
Type:
ResponseSee Also