Noemax.WCFX.Channels Namespace > SoapTcpTransportBindingElement Class : BuildChannelFactory<TChannel> Method |
'Declaration Public Overrides Function BuildChannelFactory(Of TChannel)( _ ByVal context As System.ServiceModel.Channels.BindingContext _ ) As System.ServiceModel.Channels.IChannelFactory(Of TChannel)
'Usage Dim instance As SoapTcpTransportBindingElement Dim context As System.ServiceModel.Channels.BindingContext Dim value As System.ServiceModel.Channels.IChannelFactory(Of TChannel) value = instance.BuildChannelFactory(Of TChannel)(context)
public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>( System.ServiceModel.Channels.BindingContext context )
public function BuildChannelFactory( context: System.ServiceModel.Channels.BindingContext ): System.ServiceModel.Channels.IChannelFactory; override;
public override function BuildChannelFactory( context : System.ServiceModel.Channels.BindingContext ) : System.ServiceModel.Channels.IChannelFactory;
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
SoapTcpTransportBindingElement Class
SoapTcpTransportBindingElement Members
Base Implementation in BuildChannelFactory<TChannel>