Udostępnij za pośrednictwem


CompositeDuplexBindingElement.BuildChannelListener<TChannel> Metoda

Definicja

Zwraca odbiornik kanału, który może akceptować złożony kanał dwukierunkowy.

public:
generic <typename TChannel>
 where TChannel : class, System::ServiceModel::Channels::IChannel override System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.BuildChannelListener : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function BuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As IChannelListener(Of TChannel)

Parametry typu

TChannel

Odbiornik IChannel akceptuje.

Parametry

context
BindingContext

Element BindingContext , który zapewnia kontekst wymagany do utworzenia odbiornika kanału.

Zwraca

Obiekt IChannelListener<TChannel> , który akceptuje złożony dwukierunkowy kanał typu TChannel.

Wyjątki

context to null.

Parametr TChannel nie jest typu IInputChannel i nie jest obsługiwany.

Uwagi

Kontekst kompilacji wymaga elementu IInputChannel dla elementu TChannel.

Dotyczy