CustomBindingCollectionElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자의 메시징 스택에 대한 모든 권한을 제공하는 구성 요소의 customBinding 컬렉션을 나타냅니다. 이 클래스는 상속할 수 없습니다.
public ref class CustomBindingCollectionElement sealed : System::ServiceModel::Configuration::BindingCollectionElement
public sealed class CustomBindingCollectionElement : System.ServiceModel.Configuration.BindingCollectionElement
type CustomBindingCollectionElement = class
inherit BindingCollectionElement
Public NotInheritable Class CustomBindingCollectionElement
Inherits BindingCollectionElement
- 상속
설명
사용자 지정 바인딩은 WCF(Windows Communication Foundation) 메시징 스택에 대한 모든 권한을 제공합니다. 개별 바인딩은 스택 요소의 구성 요소를 스택에 나타나는 순서대로 지정하여 메시지 스택을 정의합니다. 각 요소는 스택의 한 요소를 정의하고 구성합니다. 각 사용자 지정 바인딩에는 하나의 전송 요소만 있어야 합니다. 이 요소가 없으면 메시징 스택이 불완전합니다.
요소가 스택에 표시되는 순서는 메시지에 작업이 적용되는 순서이기 때문에 중요합니다. 스택 요소의 권장 순서는 다음과 같습니다.
트랜잭션(선택 사항)
신뢰할 수 있는 메시징(선택 사항)
보안(선택 사항)
Transport
인코더(선택 사항)
생성자
| Name | Description |
|---|---|
| CustomBindingCollectionElement() |
CustomBindingCollectionElement 클래스의 새 인스턴스를 초기화합니다. |