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 访问器是受保护的。

适用于