The network Protocol

interface Protocol {
    bindPort: ((prefix: string) => PromiseVow<Port>);
}

Properties

Properties

bindPort: ((prefix: string) => PromiseVow<Port>)

Claim a port, or if ending in ENDPOINT_SEPARATOR, a fresh name