Aracılığıyla paylaş


SslStreamSecurityBindingElement.BuildChannelListener<TChannel> Yöntem

Tanım

Belirtilen türde bir kanal dinleyicisi oluşturur.

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)

Tür Parametreleri

TChannel

Kanal dinleyicisi türü.

Parametreler

Döndürülenler

IChannelListener türünde TChannelbir kanal dinleyicisini temsil eden nesne.

Özel durumlar

context, null değeridir.

Açıklamalar

Bu yöntem, bu bağlama için gelen iletileri işleyen bir kanal oluşturmak için kullanılan bir kanal dinleyicisi oluşturur.

Şunlara uygulanır