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.
UdpTransportBindingElement::BuildChannelListener<TChannel> Method (BindingContext^)
.NET Framework (current version)
Initializes a channel listener to accept channels of a specified type from the binding context.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.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 that provides context for the binding element.
Return Value
Type: System.ServiceModel.Channels::IChannelListener<TChannel>^The IChannelListener<TChannel> of type TChannel initialized from the context.
Type Parameters
- TChannel
The type of channel the listener is built to accept.
.NET Framework
Available since 4.5
Available since 4.5
Show: