Sdílet prostřednictvím


ChannelParameterCollection Konstruktory

Definice

Inicializuje novou instanci ChannelParameterCollection třídy .

Přetížení

ChannelParameterCollection()

Inicializuje novou instanci ChannelParameterCollection třídy .

ChannelParameterCollection(IChannel)

Inicializuje novou instanci ChannelParameterCollection třídy .

Poznámky

Můžete nastavit Channel na channel hodnotu voláním ChannelParameterCollectionnebo jednoduše vyvolat nadřazený konstruktor voláním ChannelParameterCollection.

ChannelParameterCollection()

Zdroj:
ChannelParameterCollection.cs
Zdroj:
ChannelParameterCollection.cs
Zdroj:
ChannelParameterCollection.cs

Inicializuje novou instanci ChannelParameterCollection třídy .

public:
 ChannelParameterCollection();
public ChannelParameterCollection ();
Public Sub New ()

Poznámky

Tento konstruktor bez parametrů implicitně volá konstruktor nadřazené třídy.

Platí pro

ChannelParameterCollection(IChannel)

Zdroj:
ChannelParameterCollection.cs
Zdroj:
ChannelParameterCollection.cs
Zdroj:
ChannelParameterCollection.cs

Inicializuje novou instanci ChannelParameterCollection třídy .

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)

Parametry

channel
IChannel

Kanál, jehož parametry jsou v této kolekci.

Poznámky

Vytvoří se instance s nastavenou Channel na channel.

Platí pro