ChannelParameterCollection Construtores

Definição

Inicializa uma nova instância da ChannelParameterCollection classe.

Sobrecargas

Name Description
ChannelParameterCollection()

Inicializa uma nova instância da ChannelParameterCollection classe.

ChannelParameterCollection(IChannel)

Inicializa uma nova instância da ChannelParameterCollection classe.

Observações

Pode definir Channel para chamando channel, ou simplesmente invocar o construtor pai chamando ChannelParameterCollectionChannelParameterCollection .

ChannelParameterCollection()

Origem:
ChannelParameterCollection.cs
Origem:
ChannelParameterCollection.cs
Origem:
ChannelParameterCollection.cs

Inicializa uma nova instância da ChannelParameterCollection classe.

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

Observações

Este construtor sem parâmetros chama implicitamente o construtor da classe pai.

Aplica-se a

ChannelParameterCollection(IChannel)

Origem:
ChannelParameterCollection.cs
Origem:
ChannelParameterCollection.cs
Origem:
ChannelParameterCollection.cs

Inicializa uma nova instância da ChannelParameterCollection classe.

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)

Parâmetros

channel
IChannel

O canal cujos parâmetros estão nesta coleção.

Observações

Uma instância é criada com Channel o conjunto de channel.

Aplica-se a