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