HttpServerChannel.Keys 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與通道屬性相關聯之索引鍵的 ICollection。
public:
virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overrides ReadOnly Property Keys As ICollection
屬性值
索引鍵的 ICollection,其與通道屬性相關聯。
備註
通道屬性可用來在運行時間設定通道。 如需可能通道屬性的清單和範例,請參閱 通道和格式器組態屬性。