Share via


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

プロパティ値

要素のコレクション。

属性

注釈

既定のポートは、クライアント アプリケーションがリッスンする既定の通信エンドポイントです。

適用対象