次の方法で共有


HttpRelayTransportBindingElement.BuildChannelFactory<TChannel> メソッド

定義

チャネルを作成するために使用できるチャネル ファクトリを作成します。

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)

型パラメーター

TChannel

パラメーター

context
BindingContext

チャネルのバインド コンテキスト。

戻り値

IChannelFactory<TChannel>

指定した型のチャネル ファクトリ。

適用対象