다음을 통해 공유


UseRequestHeadersForMetadataAddressBehavior.DefaultPortsByScheme 속성

정의

주소 체계에 따라 키가 지정된 기본 포트의 사전을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, int> ^ DefaultPortsByScheme { System::Collections::Generic::IDictionary<System::String ^, int> ^ get(); };
public System.Collections.Generic.IDictionary<string,int> DefaultPortsByScheme { get; }
member this.DefaultPortsByScheme : System.Collections.Generic.IDictionary<string, int>
Public ReadOnly Property DefaultPortsByScheme As IDictionary(Of String, Integer)

속성 값

IDictionary<String,Int32>

주소 체계에 따라 키가 지정된 기본 포트의 사전입니다.

적용 대상