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