Url IsStandardPortForProtocol Property C# API
Gets a value that indicates whether a standard port is being used.

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

public bool IsStandardPortForProtocol { get; }

Field Value

true if a standard port is being used; otherwise, false.
Remarks

  • For HTTP the standard port is 80
  • For HTTPS the standard port is 443
See Also