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)

属性值

由地址方案键控的默认端口的字典。

适用于