Noemax.WCFX.Channels Namespace > SoapTcpDuplexTransportBindingElement Class : BuildChannelListener<TChannel> Method |
'Declaration Public Overrides Function BuildChannelListener(Of TChannel As {Class, System.ServiceModel.Channels.IChannel})( _ ByVal context As System.ServiceModel.Channels.BindingContext _ ) As System.ServiceModel.Channels.IChannelListener(Of TChannel)
'Usage Dim instance As SoapTcpDuplexTransportBindingElement Dim context As System.ServiceModel.Channels.BindingContext Dim value As System.ServiceModel.Channels.IChannelListener(Of TChannel) value = instance.BuildChannelListener(Of TChannel)(context)
public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel>( System.ServiceModel.Channels.BindingContext context ) where TChannel: class, System.ServiceModel.Channels.IChannel
public function BuildChannelListener( context: System.ServiceModel.Channels.BindingContext ): System.ServiceModel.Channels.IChannelListener; override;
public override function BuildChannelListener( context : System.ServiceModel.Channels.BindingContext ) : System.ServiceModel.Channels.IChannelListener;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
SoapTcpDuplexTransportBindingElement Class
SoapTcpDuplexTransportBindingElement Members
Base Implementation in BuildChannelListener<TChannel>