ResponseReceivedExtraInfoEventArgsResourceIPAddressSpace Property |
Version 130.1.90
The IP address space of the resource. The address space can only be determined once the transport
established the connection, so we can't send it in `requestWillBeSentExtraInfo`.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IPAddressSpace ResourceIPAddressSpace { get; set; }
public:
property IPAddressSpace ResourceIPAddressSpace {
IPAddressSpace get ();
void set (IPAddressSpace value);
}
Property Value
IPAddressSpaceSee Also