TChannel
IdeaBlade DevForce 2010 Help Reference
BuildChannelListener<TChannel> Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Wcf.Extensions Namespace > GZipMessageEncodingBindingElement Class : BuildChannelListener<TChannel> Method



context

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function BuildChannelListener(Of TChannel As {Class, IChannel})( _
   ByVal context As BindingContext _
) As IChannelListener(Of TChannel)
Visual Basic (Usage)Copy Code
Dim instance As GZipMessageEncodingBindingElement
Dim context As BindingContext
Dim value As IChannelListener(Of TChannel)
 
value = instance.BuildChannelListener(Of TChannel)(context)
C# 
public override IChannelListener<TChannel> BuildChannelListener<TChannel>( 
   BindingContext context
)
where TChannel: class, IChannel
C++/CLI 
public:
IChannelListener<TChannel^>^ BuildChannelListenergeneric<typename TChannel>
( 
   BindingContext^ context
) override 
where TChannel: ref class, IChannel

Parameters

context

Type Parameters

TChannel

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.