Sdílet prostřednictvím


IWithProtocol<ReturnT,ProtocolT> Interface

Definition

The stage of a definition allowing to specify the protocol.

public interface IWithProtocol<ReturnT,ProtocolT>
type IWithProtocol<'ReturnT, 'ProtocolT> = interface
Public Interface IWithProtocol(Of ReturnT, ProtocolT)

Type Parameters

ReturnT

The next stage of the definition.

ProtocolT

The type of the protocol value.

Derived

Methods

WithProtocol(ProtocolT)

Specifies the transport protocol.

Applies to