Click or drag to resize

ProtocolAddress Properties

The ProtocolAddress type exposes the following members.

Properties
  NameDescription
Public propertyBinarySegments
Decodes the absolute path of the address into segments, returning them as binary data.
Public propertyHasHost
Returns true if the hostname is set.
Public propertyLocalSegments
Decodes the absolute path of the address into local segments.
Public propertyNextProtocol
The next protocol indicated by the address (seconds part of the scheme, if present).
Public propertyProtocol
The protocol indicated by the address (first part of the scheme).
Public propertySchemeParts
The individual parts of the scheme.
Top
See Also