Gets or sets the local IpEndPoint to use when making a connection to a web server.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public IpEndPoint LocalIpEndPoint { get; set; }
Field Value
The local IpEndPoint to use when making a connection to a web server.Exceptions
Exception | Condition |
---|---|
NotSupportedException | Either the WinInet or WinHTTP handler is currently in use, for which this property is not supported. |
Remarks
IP Spoofing can be enabled by assigning Virtual Users different local IpEndPoint objects. For more information, search the main Eggplant Performance user guide for "IP Spoofing".
Note |
---|
This property only applies if you are using the Internal HTTP handler. |
See Also