Binding::BuildChannelListener<TChannel> Method (BindingParameterCollection^)
.NET Framework (current version)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified by a collection of binding parameters.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename TChannel> where TChannel : ref class, IChannel virtual IChannelListener<TChannel>^ BuildChannelListener( BindingParameterCollection^ parameters )
Parameters
- parameters
-
Type:
System.ServiceModel.Channels::BindingParameterCollection^
The BindingParameterCollection that specifies requirements for the channel listener that is built.
Return Value
Type: System.ServiceModel.Channels::IChannelListener<TChannel>^An IChannelListener<TChannel> of type TChannel that satisfies the features specified.
Type Parameters
- TChannel
The type of channel the channel listener accepts.
| Exception | Condition |
|---|---|
| InvalidOperationException | Transport element is missing or out of order or scheme is invalid or the message version is not specified. |
.NET Framework
Available since 3.0
Available since 3.0
Show: