ResponseReceivedExtraInfoEventArgsResourceIPAddressSpace Property  | 
Version 106.0.290 
            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.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic IPAddressSpace ResourceIPAddressSpace { get; set; }public:
property IPAddressSpace ResourceIPAddressSpace {
	IPAddressSpace get ();
	void set (IPAddressSpace value);
}Property Value
Type: 
IPAddressSpace
See Also