Noemax.WCFX.Channels Namespace > StreamEnhancerBindingElement Class : CanBuildChannelListener<TChannel> Method |
'Declaration Public Overrides Function CanBuildChannelListener(Of TChannel As {Class, System.ServiceModel.Channels.IChannel})( _ ByVal context As System.ServiceModel.Channels.BindingContext _ ) As System.Boolean
'Usage Dim instance As StreamEnhancerBindingElement Dim context As System.ServiceModel.Channels.BindingContext Dim value As System.Boolean value = instance.CanBuildChannelListener(Of TChannel)(context)
public override System.bool CanBuildChannelListener<TChannel>( System.ServiceModel.Channels.BindingContext context ) where TChannel: class, System.ServiceModel.Channels.IChannel
public function CanBuildChannelListener( context: System.ServiceModel.Channels.BindingContext ): System.Boolean; override;
public override function CanBuildChannelListener( context : System.ServiceModel.Channels.BindingContext ) : System.boolean;
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
StreamEnhancerBindingElement Class
StreamEnhancerBindingElement Members
Base Implementation in CanBuildChannelListener<TChannel>