[__DynamicallyInvokable()]
public virtual System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(
System.ServiceModel.Channels.BindingContext context
)
public function BuildChannelFactory(
context: System.ServiceModel.Channels.BindingContext
): System.ServiceModel.Channels.IChannelFactory; virtual;
__DynamicallyInvokableAttribute()
public function BuildChannelFactory(
context : System.ServiceModel.Channels.BindingContext
) : System.ServiceModel.Channels.IChannelFactory;
'Declaration
<__DynamicallyInvokableAttribute()>
Public Overridable Function BuildChannelFactory(Of TChannel)( _
ByVal context As System.ServiceModel.Channels.BindingContext _
) As System.ServiceModel.Channels.IChannelFactory(Of TChannel)
'Usage
Dim instance As HttpsViaProxyTransportBindingElement
Dim context As System.ServiceModel.Channels.BindingContext
Dim value As System.ServiceModel.Channels.IChannelFactory(Of TChannel)
value = instance.BuildChannelFactory(Of TChannel)(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