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