Url IpEndPoint Property C# API
Gets the IpEndPoint pointed to by this Url.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public IpEndPoint IpEndPoint { get; }

Field Value

The host/port combination pointed to by this Url.
See Also