ClientSection.Endpoints 属性
定义
获取客户端可以连接的终结点的列表。Gets a list of endpoints that a client can connect to.
public:
property System::ServiceModel::Configuration::ChannelEndpointElementCollection ^ Endpoints { System::ServiceModel::Configuration::ChannelEndpointElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.ChannelEndpointElementCollection Endpoints { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Endpoints : System.ServiceModel.Configuration.ChannelEndpointElementCollection
Public ReadOnly Property Endpoints As ChannelEndpointElementCollection
属性值
一个 ChannelEndpointElementCollection,包含客户端可以连接的终结点的列表。A ChannelEndpointElementCollection that contains a list of endpoints that a client can connect to.
- 属性