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

 

Creates a channel listener of a specified type that can be used to create a channel.

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

Parameters

context
Type: System.ServiceModel.Channels::BindingContext^

BindingContext members that describe bindings, behaviors, contracts and other information required to create the channel factory.

Return Value

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

A channel listener of the specified type.

Type Parameters

TChannel

Type of channel.

Exception Condition
ArgumentNullException

context cannot be null.

A channel listener that is configured based on the values set in the transport binding element.

.NET Framework
Available since 3.0
Return to top
Show: