ChannelFactory.CreateFactory メソッド

定義

ファクトリの現在のエンドポイントのチャネル ファクトリを構築します。

protected:
 virtual System::ServiceModel::Channels::IChannelFactory ^ CreateFactory();
protected virtual System.ServiceModel.Channels.IChannelFactory CreateFactory ();
abstract member CreateFactory : unit -> System.ServiceModel.Channels.IChannelFactory
override this.CreateFactory : unit -> System.ServiceModel.Channels.IChannelFactory
Protected Overridable Function CreateFactory () As IChannelFactory

戻り値

IChannelFactory

現在のファクトリのエンドポイントの IChannelFactory

例外

ファクトリ チャネルが接続するサービスのエンドポイントが null であるか、エンドポイントのバインディングが null であるか、または指定された構成名を持つ要素が見つかりません。

適用対象