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.

SecurityBindingElement::BuildChannelListenerCore<TChannel> Method (BindingContext^)

 

When implemented, creates a channel listener of a specified type.

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

protected:
generic<typename TChannel>
where TChannel : ref class, IChannel
virtual IChannelListener<TChannel>^ BuildChannelListenerCore(
	BindingContext^ context
) abstract

Return Value

Type: System.ServiceModel.Channels::IChannelListener<TChannel>^

A channel listener of a specified type.

Type Parameters

TChannel

The type of channel listener.

Exception Condition
ArgumentNullException

context is null.

ArgumentException

A channel of type TChannel is not supported.

BuildChannelListener<TChannel>, which does error checking, calls this method. When this method is implemented in a derived class, it creates a channel listener, which is used to create a channel that processes outgoing messages for this binding.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft