HttpChannel.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 IDictionary 当前通道关联的通道属性。
public:
virtual property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public override System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
Public Overrides ReadOnly Property Properties As IDictionary
属性值
与当前通道关联的通道属性之一 IDictionary 。
注解
通道属性用于在运行时配置通道。 该 Properties 属性返回基础 HttpServerChannel 和 HttpClientChannel. 的通道属性。