The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SslStreamSecurityBindingElement::BuildChannelListener<TChannel> Method (BindingContext^)
.NET Framework (current version)
Creates a channel listener of a 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^
The BindingContext.
Return Value
Type: System.ServiceModel.Channels::IChannelListener<TChannel>^An IChannelListener object that represents a channel listener of type TChannel.
Type Parameters
- TChannel
Type of channel listener.
| Exception | Condition |
|---|---|
| ArgumentNullException | context is 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: