Share via


RelayedOnewayTransportBindingElement.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>

指定した型のチャネルを作成するためのチャネル ファクトリ。指定されたバインディング コンテキストから初期化されます。

適用対象