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






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overridable Function CanBuildChannelFactory(Of TChannel)( _
   ByVal context As System.ServiceModel.Channels.BindingContext _
) As System.Boolean
'Usage
 
Dim instance As MonoSslStreamSecurityBindingElement
Dim context As System.ServiceModel.Channels.BindingContext
Dim value As System.Boolean
 
value = instance.CanBuildChannelFactory(Of TChannel)(context)
[__DynamicallyInvokable()]
public virtual System.bool CanBuildChannelFactory<TChannel>( 
   System.ServiceModel.Channels.BindingContext context
)
public function CanBuildChannelFactory( 
    context: System.ServiceModel.Channels.BindingContext
): System.Boolean; virtual; 
__DynamicallyInvokableAttribute()
public function CanBuildChannelFactory( 
   context : System.ServiceModel.Channels.BindingContext
) : System.boolean;
[__DynamicallyInvokable()]
public: virtual System.bool CanBuildChannelFactory<TChannel>( 
   System.ServiceModel.Channels.BindingContext* context
) 
[__DynamicallyInvokable()]
public:
virtual System.bool CanBuildChannelFactorygeneric<typename TChannel>
( 
   System.ServiceModel.Channels.BindingContext^ context
) 

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