Partager via


UseRequestHeadersForMetadataAddressElement.DefaultPorts Propriété

Définition

Obtient une collection d'objets 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

Valeur de propriété

Collection d’éléments.

Attributs

Remarques

Un port par défaut est le point de terminaison de communication par défaut que l'application cliente écoute.

S’applique à