Click or drag to resize

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.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IPAddressSpace ResourceIPAddressSpace { get; set; }

Property Value

IPAddressSpace
See Also