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