次の方法で共有


WSTrustChannel.ChannelFactory プロパティ

定義

チャネルを作成したファクトリを取得または設定します。

public:  property System::ServiceModel::Security::WSTrustChannelFactory ^ ChannelFactory {  public:
System::ServiceModel::Security::WSTrustChannelFactory ^ get(); protected:
 void set(System::ServiceModel::Security::WSTrustChannelFactory ^ value); };
public System.ServiceModel.Security.WSTrustChannelFactory ChannelFactory { get; protected set; }
member this.ChannelFactory : System.ServiceModel.Security.WSTrustChannelFactory with get, set
Public Property ChannelFactory As WSTrustChannelFactory

プロパティ値

WSTrustChannelFactory

チャネル オブジェクトを作成した WSTrustChannelFactory

注釈

Set アクセサーは保護されています。

適用対象