IWithFrontendPort<ReturnT> Interface

Definition

The stage of a definition allowing to specify the frontend port.

public interface IWithFrontendPort<ReturnT>
type IWithFrontendPort<'ReturnT> = interface
Public Interface IWithFrontendPort(Of ReturnT)

Type Parameters

ReturnT

The next stage of the definition.

Derived

Methods

FromFrontendPort(Int32)

Specifies the frontend port to receive network traffic on.

Applies to