ChannelParameterCollection Constructeurs

Définition

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

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

Canal dont les paramètres se trouvent dans cette collection.

Remarques

Une instance est créée avec Channel la valeur définie sur channel.

S’applique à