Binding::BuildChannelListener Method
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)
| Name | Description | |
|---|---|---|
![]() | BuildChannelListener<TChannel>(BindingParameterCollection^) | 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. |
![]() | BuildChannelListener<TChannel>(array<Object^>^) | Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
![]() | BuildChannelListener<TChannel>(Uri^, BindingParameterCollection^) | Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
![]() | BuildChannelListener<TChannel>(Uri^, array<Object^>^) | Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
![]() | BuildChannelListener<TChannel>(Uri^, String^, BindingParameterCollection^) | Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
![]() | BuildChannelListener<TChannel>(Uri^, String^, ListenUriMode, BindingParameterCollection^) | Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
![]() | BuildChannelListener<TChannel>(Uri^, String^, ListenUriMode, array<Object^>^) | Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
![]() | BuildChannelListener<TChannel>(Uri^, String^, array<Object^>^) | Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. |
