WindowsStreamSecurityBindingElement::BuildChannelListener<TChannel> Method (BindingContext^)
.NET Framework (current version)
Creates a channel listener of the specified type.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename TChannel> where TChannel : ref class, IChannel virtual IChannelListener<TChannel>^ BuildChannelListener( BindingContext^ context ) override
Parameters
- context
-
Type:
System.ServiceModel.Channels::BindingContext^
BindingContext members that describe bindings, behaviors, contracts, and other information required to create the channel listener.
Return Value
Type: System.ServiceModel.Channels::IChannelListener<TChannel>^Returns a channel listener of the specified type. This method adds this class instance to the BindingParameters and delegates to the build method BuildInnerChannelListener<TChannel>.
Type Parameters
- TChannel
Type of channel listener.
| Exception | Condition |
|---|---|
| ArgumentNullException | context cannot be null. |
This method creates a channel listener, which is used to create a channel that processes incoming messages for this binding.
.NET Framework
Available since 3.0
Available since 3.0
Show: