ChannelParameterCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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()
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)
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
.