다음을 통해 공유


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

속성 값

DefaultPortElementCollection

요소 컬렉션입니다.

특성

설명

기본 포트는 클라이언트 애플리케이션에서 수신하는 기본 통신 엔드포인트입니다.

적용 대상