Share via


HttpRelayTransportBindingElement.BuildChannelListener<TChannel> メソッド

定義

指定したジェネリック型のチャネルのチャネル リスナーを作成します。

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)

型パラメーター

TChannel

パラメーター

context
BindingContext

バインド コンテキスト。

戻り値

IChannelListener<TChannel>

チャネル リスナー。

適用対象