Compartir a través de


UdpTransportBindingElement.BuildChannelFactory<TChannel> Método

Definición

Inicializa un generador de canales para generar canales de un tipo especificado a partir del contexto de enlace.

public:
generic <typename TChannel>
 override System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingContext context);
override this.BuildChannelFactory : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Overrides Function BuildChannelFactory(Of TChannel) (context As BindingContext) As IChannelFactory(Of TChannel)

Parámetros de tipo

TChannel

El tipo de canal que compila el generador.

Parámetros

context
BindingContext

BindingContext que proporciona el contexto para el elemento de enlace.

Devoluciones

IChannelFactory<TChannel>

Interfaz IChannelFactory<TChannel> de tipo TChannel inicializada a partir del contexto.

Se aplica a