IWithHostName<ReturnT> Interface

Definition

The stage of a definition allowing to specify a host name.

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

Type Parameters

ReturnT

The next stage of the definition.

Derived

Methods

WithHostName(String)

Specifies the host name to reference.

Applies to