UrlParseResult Fields |
The UrlParseResult type exposes the following members.
Name | Description | |
---|---|---|
Host |
Domain name or IP address.
The contents are not checked during parsing so it can be invalid. Cannot be null.
| |
Path |
Optional path. Can be used in WebSocket connections.
| |
Port |
Port number, if any. Can be null if the input string does not contain port information.
| |
Scheme |
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.
|