IWithPort<ReturnT> Interface

Definition

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

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

Type Parameters

ReturnT

The next stage of the definition.

Derived

Methods

WithPort(Int32)

Specifies the port number.

Applies to