共用方式為


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)

屬性值

以位址結構描述做為索引鍵的預設連接埠字典。

適用於