SslStreamSecurityBindingElement::BuildChannelListener<TChannel> Method (BindingContext^)

 

Creates a channel listener of a specified type.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
generic<typename TChannel>
where TChannel : ref class, IChannel
virtual IChannelListener<TChannel>^ BuildChannelListener(
	BindingContext^ context
) override

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
Return to top
Show: