Partager via


ChannelParameterCollection Constructeurs

Définition

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()

Source:
ChannelParameterCollection.cs
Source:
ChannelParameterCollection.cs
Source:
ChannelParameterCollection.cs

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)

Source:
ChannelParameterCollection.cs
Source:
ChannelParameterCollection.cs
Source:
ChannelParameterCollection.cs

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.

S’applique à