Click or drag to resize

UrlParseResult Fields

The UrlParseResult type exposes the following members.

Fields
  NameDescription
Public fieldHost
Domain name or IP address. The contents are not checked during parsing so it can be invalid. Cannot be null.
Public fieldPath
Optional path. Can be used in WebSocket connections.
Public fieldPort
Port number, if any. Can be null if the input string does not contain port information.
Public fieldScheme
URL scheme that can be used to determine the protocol. The contents are not checked during parsing so the scheme can be invalid. Can be null.
Top
See Also