TProtocolPair

A pair of two TPorotocols. To be used in places where a list of protocols is expected, for specifying different protocols for input and output.

struct TProtocolPair (
InputProtocol
OutputProtocol
) if (
isTProtocol!InputProtocol &&
isTProtocol!OutputProtocol
)

Meta