ChannelParameterCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ChannelParameterCollection.
Surcharges
| Nom | Description |
|---|---|
| ChannelParameterCollection() |
Initialise une nouvelle instance de la classe ChannelParameterCollection. |
| ChannelParameterCollection(IChannel) |
Initialise une nouvelle instance de la classe ChannelParameterCollection. |
Remarques
Vous pouvez définir la valeur Channel en channel appelant ChannelParameterCollection, ou simplement appeler le constructeur parent en appelant ChannelParameterCollection.
ChannelParameterCollection()
Initialise une nouvelle instance de la classe ChannelParameterCollection.
public:
ChannelParameterCollection();
public ChannelParameterCollection();
Public Sub New ()
Remarques
Ce constructeur sans paramètre appelle implicitement le constructeur de la classe parente.
S’applique à
ChannelParameterCollection(IChannel)
Initialise une nouvelle instance de la classe ChannelParameterCollection.
public:
ChannelParameterCollection(System::ServiceModel::Channels::IChannel ^ channel);
public ChannelParameterCollection(System.ServiceModel.Channels.IChannel channel);
new System.ServiceModel.Channels.ChannelParameterCollection : System.ServiceModel.Channels.IChannel -> System.ServiceModel.Channels.ChannelParameterCollection
Public Sub New (channel As IChannel)
Paramètres
- channel
- IChannel
Canal dont les paramètres se trouvent dans cette collection.
Remarques
Une instance est créée avec Channel la valeur définie sur channel.