IWithProtocol<ReturnT,ProtocolT> Interface

Definition

The stage of an update allowing to modify the transport 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 update.

ProtocolT

The type of the protocol value.

Derived

Methods

WithProtocol(ProtocolT)

Specifies the transport protocol.

Applies to