Binding.BuildChannelListener<TChannel> Method (Uri, Object[])
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public virtual IChannelListener<TChannel> BuildChannelListener<TChannel>( Uri listenUriBaseAddress, params Object[] parameters ) where TChannel : class, IChannel
Type Parameters
- TChannel
The type of channel the channel listener accepts.
Parameters
- listenUriBaseAddress
- Type: System.Uri
The Uri that provides the base address on which the service listens.
- parameters
- Type: System.Object[]
The object array that specifies requirements for the channel factory that is built.
Return Value
Type: System.ServiceModel.Channels.IChannelListener<TChannel>An IChannelListener<TChannel> of type TChannel that satisfies the features specified.
| Exception | Condition |
|---|---|
| InvalidOperationException | Transport element is missing or out of order or scheme is invalid or the message version is not specified. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.