IHostMetadata Interface

Definition

Represents host metadata used during routing.

public interface class IHostMetadata
public interface IHostMetadata
type IHostMetadata = interface
Public Interface IHostMetadata
Derived

Properties

Hosts

Returns a read-only collection of hosts used during routing. Hosts will be Unicode rather than punycode, and may have a port. An empty collection means any host will be accepted.

Applies to