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
ChannelParameterCollection() |
Initialise une nouvelle instance de la classe ChannelParameterCollection. |
ChannelParameterCollection(IChannel) |
Initialise une nouvelle instance de la classe ChannelParameterCollection. |
Remarques
Vous pouvez affecter la valeur Channel à channel
en 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
Le canal dont les paramètres sont dans cette collection.
Remarques
Une instance est créée avec Channel qui a la valeur channel
.