Partager via


IHasProtocol<ProtocolT> Interface

Définition

Interface représentant la capacité d’un modèle à référencer un protocole de transport.

public interface IHasProtocol<ProtocolT>
type IHasProtocol<'ProtocolT> = interface
Public Interface IHasProtocol(Of ProtocolT)

Paramètres de type

ProtocolT

Type de protocole de la valeur.

Dérivé

Propriétés

Protocol

Obtient le protocole.

S’applique à