Share via


HttpChannel.Properties 속성

정의

현재 채널과 관련된 채널 속성의 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 속성은 기본 채널 속성을 반환 합니다. HttpServerChannelHttpClientChannel입니다. 목록을 가능한 채널 속성 및 예제를 참조 하세요 채널 및 포맷터 구성 속성합니다.

적용 대상

추가 정보