WCF-Xtensions Class Reference for Mono
BuildChannelListener<TChannel> Method (MonoSslStreamSecurityBindingElement)






Syntax
'Declaration
 
Public Overridable 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 MonoSslStreamSecurityBindingElement
Dim context As System.ServiceModel.Channels.BindingContext
Dim value As System.ServiceModel.Channels.IChannelListener(Of TChannel)
 
value = instance.BuildChannelListener(Of TChannel)(context)
public virtual 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; virtual; 
public function BuildChannelListener( 
   context : System.ServiceModel.Channels.BindingContext
) : System.ServiceModel.Channels.IChannelListener;
public: virtual System.ServiceModel.Channels.IChannelListener<TChannel*>* BuildChannelListener<TChannel>( 
   System.ServiceModel.Channels.BindingContext* context
) 
where TChannel: ref class, System.ServiceModel.Channels.IChannel
public:
virtual System.ServiceModel.Channels.IChannelListener<TChannel^>^ BuildChannelListenergeneric<typename TChannel>
( 
   System.ServiceModel.Channels.BindingContext^ context
) 
where TChannel: ref class, System.ServiceModel.Channels.IChannel

Parameters

context

Type Parameters

TChannel
Requirements

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

See Also

Reference

MonoSslStreamSecurityBindingElement Class
MonoSslStreamSecurityBindingElement Members

Send Feedback