ChannelParameterCollection Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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()
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)
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.