StandardBindingElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WCF(Windows Communication Foundation)에서 제공하는 미리 정의된 바인딩을 지정하는 구성 요소에 대한 기본 클래스를 제공합니다.
public ref class StandardBindingElement abstract : System::Configuration::ConfigurationElement, System::ServiceModel::Configuration::IBindingConfigurationElement
public ref class StandardBindingElement abstract : System::ServiceModel::Configuration::ServiceModelConfigurationElement, System::ServiceModel::Configuration::IBindingConfigurationElement
public abstract class StandardBindingElement : System.Configuration.ConfigurationElement, System.ServiceModel.Configuration.IBindingConfigurationElement
public abstract class StandardBindingElement : System.ServiceModel.Configuration.ServiceModelConfigurationElement, System.ServiceModel.Configuration.IBindingConfigurationElement
type StandardBindingElement = class
inherit ConfigurationElement
interface IBindingConfigurationElement
type StandardBindingElement = class
inherit ServiceModelConfigurationElement
interface IBindingConfigurationElement
Public MustInherit Class StandardBindingElement
Inherits ConfigurationElement
Implements IBindingConfigurationElement
Public MustInherit Class StandardBindingElement
Inherits ServiceModelConfigurationElement
Implements IBindingConfigurationElement
- 상속
- 상속
- 파생
- 구현
설명
이 클래스는 엔드포인트가 네트워크의 다른 사용자와 통신하는 방식의 측면을 설명하는 데 사용할 수 있는 바인딩 구성 요소를 정의합니다.
생성자
| Name | Description |
|---|---|
| StandardBindingElement() |
StandardBindingElement 클래스의 새 인스턴스를 초기화합니다. |
| StandardBindingElement(String) |
지정된 이름을 사용하여 클래스의 StandardBindingElement 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| BindingElementType |
파생 클래스에서 재정의되는 경우 사용자 지정 바인딩 요소를 나타내는 개체를 가져옵니다 Type . |
| CloseTimeout |
닫기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다. |
| CurrentConfiguration |
현재 Configuration 인스턴스가 속한 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| ElementInformation |
사용자 지정할 수 없는 정보와 ElementInformation 개체의 기능이 포함된 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| ElementProperty |
ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| EvaluationContext |
ContextInformation 개체에 대한 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| HasContext |
CurrentConfiguration 속성이 |
| Item[ConfigurationProperty] |
이 구성 요소의 속성 또는 특성을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
| Item[String] |
이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
| LockAllAttributesExcept |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockAllElementsExcept |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockAttributes |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockElements |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockItem |
요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
| Name |
바인딩의 이름을 가져오거나 설정합니다. |
| OpenTimeout |
열기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다. |
| Properties |
ConfigurationPropertyCollection 이 구성 요소의 ConfigurationProperty 특성 또는 ConfigurationElement 개체일 수 있는 개체 컬렉션을 포함하는 인스턴스를 가져옵니다. |
| ReceiveTimeout |
수신 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다. |
| SendTimeout |
보내기 작업을 완료하기 위해 제공된 시간 간격을 가져오거나 설정합니다. |