UseRequestHeadersForMetadataAddressElement.DefaultPorts 属性

定义

获取 DefaultPortElement 对象的集合。

public:
 property System::ServiceModel::Configuration::DefaultPortElementCollection ^ DefaultPorts { System::ServiceModel::Configuration::DefaultPortElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("defaultPorts")]
public System.ServiceModel.Configuration.DefaultPortElementCollection DefaultPorts { get; }
[<System.Configuration.ConfigurationProperty("defaultPorts")>]
member this.DefaultPorts : System.ServiceModel.Configuration.DefaultPortElementCollection
Public ReadOnly Property DefaultPorts As DefaultPortElementCollection

属性值

一个元素集合。

属性

注解

默认端口是客户端应用程序侦听的默认通信终结点。

适用于