ChannelParameterCollection Construtores

Definição

Inicializa uma nova instância da classe ChannelParameterCollection.

Sobrecargas

ChannelParameterCollection()

Inicializa uma nova instância da classe ChannelParameterCollection.

ChannelParameterCollection(IChannel)

Inicializa uma nova instância da classe ChannelParameterCollection.

Comentários

Você pode definir Channel como channel chamando ChannelParameterCollectionou simplesmente invocar o construtor pai chamando ChannelParameterCollection.

ChannelParameterCollection()

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

Inicializa uma nova instância da classe ChannelParameterCollection.

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

Comentários

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

Parâmetros

channel
IChannel

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

Comentários

Uma instância é criada com definido channelcomo Channel .

Aplica-se a