Protocol |
The ProtocolAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| BinaryParts | Decodes the absolute path of the address into segments, returning them as binary data. | |
| HasHost | Returns true if the hostname is set. | |
| NextProtocol | The next protocol indicated by the address (second part of the scheme, if present). | |
| Parts | Decodes the absolute path of the address into parts. | |
| Protocol | The protocol indicated by the address (first part of the scheme). | |
| SchemeParts | The individual parts of the scheme. |