Binding::BuildChannelListener<TChannel> Method (Uri^, String^, ListenUriMode, BindingParameterCollection^)
Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename TChannel> where TChannel : ref class, IChannel virtual IChannelListener<TChannel>^ BuildChannelListener( Uri^ listenUriBaseAddress, String^ listenUriRelativeAddress, ListenUriMode listenUriMode, BindingParameterCollection^ parameters )
Parameters
- listenUriBaseAddress
-
Type:
System::Uri^
The Uri that provides the base address on which the service listens.
- listenUriRelativeAddress
-
Type:
System::String^
The address, relative to the base address, on which the service listens.
- listenUriMode
-
Type:
System.ServiceModel.Description::ListenUriMode
A value of the ListenUriMode that indicates whether the transport must ensure that the URI provided for the service to listen on is unique or can be used exactly as provided.
- 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. |
Available since 3.0