Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

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:
© 2017 Microsoft