UdpTransportBindingElement.BuildChannelFactory<TChannel> メソッド

定義

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

public:
generic <typename TChannel>
 override System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
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

バインド要素のコンテキストを提供する BindingContext

返品

コンテキストから初期化IChannelFactory<TChannel>型のTChannel

適用対象