DiscoveryClient.ChannelFactory 属性

定义

获取 DiscoveryClient 的通道工厂。

public:
 property System::ServiceModel::ChannelFactory ^ ChannelFactory { System::ServiceModel::ChannelFactory ^ get(); };
public System.ServiceModel.ChannelFactory ChannelFactory { get; }
member this.ChannelFactory : System.ServiceModel.ChannelFactory
Public ReadOnly Property ChannelFactory As ChannelFactory

属性值

通道工厂。

适用于