Udostępnij za pośrednictwem


ChannelParameterCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ChannelParameterCollection.

Przeciążenia

ChannelParameterCollection()

Inicjuje nowe wystąpienie klasy ChannelParameterCollection.

ChannelParameterCollection(IChannel)

Inicjuje nowe wystąpienie klasy ChannelParameterCollection.

Uwagi

Możesz ustawić wartość Channel na , wywołując ChannelParameterCollectionmetodę , lub po prostu wywołać konstruktor nadrzędny przez wywołanie metody ChannelParameterCollectionchannel .

ChannelParameterCollection()

Źródło:
ChannelParameterCollection.cs
Źródło:
ChannelParameterCollection.cs
Źródło:
ChannelParameterCollection.cs

Inicjuje nowe wystąpienie klasy ChannelParameterCollection.

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

Uwagi

Ten konstruktor bez parametrów niejawnie wywołuje konstruktor klasy nadrzędnej.

Dotyczy

ChannelParameterCollection(IChannel)

Źródło:
ChannelParameterCollection.cs
Źródło:
ChannelParameterCollection.cs
Źródło:
ChannelParameterCollection.cs

Inicjuje nowe wystąpienie klasy 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)

Parametry

channel
IChannel

Kanał, którego parametry znajdują się w tej kolekcji.

Uwagi

Wystąpienie jest tworzone z ustawioną wartością Channelchannel.

Dotyczy