NetTcpContextBindingElement 클래스

정의

NetTcpContextBinding 바인딩에 해당하는 구성 요소를 나타냅니다.

public ref class NetTcpContextBindingElement : System::ServiceModel::Configuration::NetTcpBindingElement
public class NetTcpContextBindingElement : System.ServiceModel.Configuration.NetTcpBindingElement
type NetTcpContextBindingElement = class
    inherit NetTcpBindingElement
Public Class NetTcpContextBindingElement
Inherits NetTcpBindingElement
상속
상속

설명

NetTcpContextBindingElement에 해당하는 XML 요소는 system.serviceModel/bindings/netTcpContextBinding 노드의 애플리케이션 구성 파일에서 사용할 수 있습니다.

생성자

NetTcpContextBindingElement()

NetTcpContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

NetTcpContextBindingElement(String)

지정된 구성 이름을 사용하여 NetTcpContextBindingElement 클래스의 새 인스턴스를 초기화합니다.

속성

BindingElementType

구성 요소와 연결된 표준 바인딩 System.ServiceModel.NetTcpContextBinding의 CLR 형식을 가져옵니다.

ClientCallbackAddress

바인딩 요소를 위한 클라이언트 콜백 주소를 가져오거나 설정합니다.

CloseTimeout

닫기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다.

(다음에서 상속됨 StandardBindingElement)
ContextManagementEnabled

컨텍스트 관리를 사용할 수 있는지 여부를 지정하는 값을 가져오거나 설정합니다.

ContextProtectionLevel

컨텍스트 정보를 전파하는 데 사용된 SOAP 헤더의 원하는 보호 수준을 가져오거나 설정합니다. 기본값은 ProtectionLevel.Sign입니다.

CurrentConfiguration

현재 Configuration 인스턴스가 속해 있는 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
ElementInformation

ElementInformation 개체의 사용자 지정할 수 없는 정보와 기능을 포함하는 ConfigurationElement 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
ElementProperty

ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
EvaluationContext

ContextInformation 개체의 ConfigurationElement 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
HasContext

CurrentConfiguration 속성이 null인지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
HostNameComparisonMode

URI 비교 시 서비스에 액세스하는 데 호스트 이름이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
Item[ConfigurationProperty]

이 구성 요소의 속성이나 특성을 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationElement)
Item[String]

이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationElement)
ListenBacklog

수신기에서 수락하기까지 대기할 수 있는 최대 채널 수를 지정하는 값을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
LockAllAttributesExcept

잠긴 특성의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockAllElementsExcept

잠긴 요소의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockAttributes

잠긴 특성의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockElements

잠긴 요소의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockItem

요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationElement)
MaxBufferPoolSize

바인딩에서 처리하는 TCP 메시지를 저장하는 버퍼 풀의 최대 크기(바이트)를 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
MaxBufferSize

메모리에 메시지를 저장할 때 사용되는 버퍼의 최대 크기(바이트)를 지정하는 값을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
MaxConnections

서비스에서 생성하고 수락하는 최대 아웃바운드 및 인바운드 연결 수를 각각 지정하는 값을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
MaxReceivedMessageSize

이 바인딩으로 구성된 채널에서 수신할 수 있는 최대 메시지 크기(바이트)를 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
Name

바인딩의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 StandardBindingElement)
OpenTimeout

열기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다.

(다음에서 상속됨 StandardBindingElement)
PortSharingEnabled

이 연결에서 TCP 포트 공유를 사용하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
Properties

이 구성 요소의 특성 또는 ConfigurationPropertyCollection 개체일 수 있는 ConfigurationProperty 개체 컬렉션을 포함하는 ConfigurationElement 인스턴스를 가져옵니다.

ReaderQuotas

이 바인딩으로 구성된 엔드포인트에서 처리할 수 있는 SOAP 메시지의 복잡성에 대한 제약 조건을 가져옵니다.

(다음에서 상속됨 NetTcpBindingElement)
ReceiveTimeout

받기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다.

(다음에서 상속됨 StandardBindingElement)
ReliableSession

채널 엔드포인트 간에 신뢰할 수 있는 세션이 설정되는지 여부를 지정하는 구성 요소를 가져옵니다.

(다음에서 상속됨 NetTcpBindingElement)
Security

이 바인딩과 함께 사용되는 보안 형식을 가져옵니다.

(다음에서 상속됨 NetTcpBindingElement)
SendTimeout

보내기 작업을 완료하기 위해 제공되는 시간 간격을 가져오거나 설정합니다.

(다음에서 상속됨 StandardBindingElement)
TransactionFlow

바인딩에서 WS-Transactions 흐름을 지원하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
TransactionProtocol

이 바인딩과 함께 사용되는 트랜잭션 프로토콜을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)
TransferMode

메시지가 버퍼링되는지 스트리밍되는지 또는 요청인지 응답인지를 지정하는 값을 가져오거나 설정합니다.

(다음에서 상속됨 NetTcpBindingElement)

메서드

ApplyConfiguration(Binding)

지정된 바인딩의 내용을 이 바인딩 구성 요소에 적용합니다.

(다음에서 상속됨 StandardBindingElement)
DeserializeElement(XmlReader, Boolean)

구성 파일에서 XML을 읽습니다.

(다음에서 상속됨 ConfigurationElement)
Equals(Object)

현재 ConfigurationElement 인스턴스를 지정된 개체와 비교합니다.

(다음에서 상속됨 ConfigurationElement)
GetHashCode()

현재 ConfigurationElement 인스턴스를 나타내는 고유 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
GetTransformedAssemblyString(String)

지정된 어셈블리 이름의 변환된 버전을 반환합니다.

(다음에서 상속됨 ConfigurationElement)
GetTransformedTypeString(String)

지정된 형식 이름의 변환된 버전을 반환합니다.

(다음에서 상속됨 ConfigurationElement)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
Init()

ConfigurationElement 개체를 초기 상태로 설정합니다.

(다음에서 상속됨 ConfigurationElement)
InitializeDefault()

ConfigurationElement 개체 값의 기본 집합을 초기화하는 데 사용됩니다.

(다음에서 상속됨 ConfigurationElement)
InitializeFrom(Binding)

지정된 바인딩의 구성에 따라 이 바인딩 구성 요소를 초기화합니다. 제공된 바인딩 개체는 NetTcpContextBinding형식이어야 합니다.

IsModified()

파생 클래스에서 구현될 때 이 구성 요소가 마지막으로 저장되거나 로드된 이후 수정되었는지 여부를 나타냅니다.

(다음에서 상속됨 ConfigurationElement)
IsReadOnly()

ConfigurationElement 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
ListErrors(IList)

ConfigurationElement 개체와 모든 하위 요소의 잘못된 속성 오류를 전달된 목록에 추가합니다.

(다음에서 상속됨 ConfigurationElement)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnApplyConfiguration(Binding)

지정된 바인딩 인스턴스에 이 구성 요소의 구성을 적용합니다. 제공된 바인딩 인스턴스는 NetTcpContextBinding형식이어야 합니다.

OnDeserializeUnrecognizedAttribute(String, String)

역직렬화하는 동안 알 수 없는 특성을 발견했는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
OnDeserializeUnrecognizedElement(String, XmlReader)

역직렬화하는 동안 알 수 없는 요소를 발견했는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
OnRequiredPropertyNotFound(String)

필수 속성이 없으면 예외를 throw합니다.

(다음에서 상속됨 ConfigurationElement)
PostDeserialize()

deserialization 후에 호출됩니다.

(다음에서 상속됨 ConfigurationElement)
PreSerialize(XmlWriter)

serialization 전에 호출됩니다.

(다음에서 상속됨 ConfigurationElement)
Reset(ConfigurationElement)

잠금 및 속성 컬렉션을 비롯하여 이 구성 요소의 내부 상태를 다시 설정합니다.

(다음에서 상속됨 StandardBindingElement)
ResetModified()

파생 클래스에서 구현되는 경우 IsModified() 메서드의 값을 false로 다시 설정합니다.

(다음에서 상속됨 ConfigurationElement)
SerializeElement(XmlWriter, Boolean)

파생 클래스에서 구현될 때 구성 요소의 내용을 구성 파일에 씁니다.

(다음에서 상속됨 ConfigurationElement)
SerializeToXmlElement(XmlWriter, String)

파생 클래스에서 구현될 때 구성 요소의 외부 태그를 구성 파일에 씁니다.

(다음에서 상속됨 ConfigurationElement)
SetPropertyValue(ConfigurationProperty, Object, Boolean)

속성을 지정된 값으로 설정합니다.

(다음에서 상속됨 ConfigurationElement)
SetPropertyValueIfNotDefaultValue<T>(String, T)

값이 기본값이 아닐 경우 구성 요소의 속성 값을 설정합니다.

(다음에서 상속됨 ServiceModelConfigurationElement)
SetReadOnly()

IsReadOnly() 개체와 모든 하위 요소에 대한 ConfigurationElement 속성을 설정합니다.

(다음에서 상속됨 ConfigurationElement)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)

ConfigurationElement 개체를 수정하여 저장되지 않아야 하는 값을 모두 제거합니다.

(다음에서 상속됨 ConfigurationElement)

적용 대상