Click or drag to resize

ResponseReceivedExtraInfoEventArgsResourceIPAddressSpace Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public IPAddressSpace ResourceIPAddressSpace { get; set; }

Property Value

Type: IPAddressSpace
See Also