UdpTransportElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 지정 바인딩에 포함되었을 때 채널이 UDP 전송으로 메시지를 전송하게 하는 구성 요소를 나타냅니다. 이 클래스는 상속될 수 없습니다.
public ref class UdpTransportElement sealed : System::ServiceModel::Configuration::TransportElement
public sealed class UdpTransportElement : System.ServiceModel.Configuration.TransportElement
type UdpTransportElement = class
inherit TransportElement
Public NotInheritable Class UdpTransportElement
Inherits TransportElement
- 상속
생성자
UdpTransportElement() |
UdpTransportElement 클래스의 새 인스턴스를 초기화합니다. |
속성
BindingElementType |
사용자 지정 바인딩 요소를 나타내는 Type 개체를 가져옵니다. |
ConfigurationElementName |
이 구성 요소의 이름을 가져옵니다. (다음에서 상속됨 ServiceModelExtensionElement) |
CurrentConfiguration |
현재 Configuration 인스턴스가 속해 있는 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
DuplicateMessageHistoryLength |
UDP 전송 구성 요소에서 사용된 메시지 해시의 최대 수 값을 가져오거나 설정합니다. |
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) |
ManualAddressing |
사용자가 메시지 주소 지정을 제어하는지 여부를 지정하는 부울 값을 가져오거나 설정합니다. (다음에서 상속됨 TransportElement) |
MaxBufferPoolSize |
버퍼 풀의 최대 크기(바이트)를 가져오거나 설정합니다. (다음에서 상속됨 TransportElement) |
MaxPendingMessagesTotalSize |
UDP 전송 요소에서 받은 메시지의 최대 크기 속성 값을 가져오거나 설정합니다. |
MaxReceivedMessageSize |
받을 수 있는 최대 메시지 크기(바이트)를 가져오거나 설정합니다. (다음에서 상속됨 TransportElement) |
MulticastInterfaceId |
멀티캐스트 메시지를 보내고 받을 때 사용되는 네트워크 어댑터를 고유하게 식별하는 값을 가져오거나 설정합니다. |
Properties |
이 구성 요소의 특성 또는 ConfigurationPropertyCollection 개체일 수 있는 ConfigurationProperty 개체 컬렉션을 포함하는 ConfigurationElement 인스턴스를 가져옵니다. (다음에서 상속됨 TransportElement) |
RetransmissionSettings |
UdpTransportElement에 사용되는 재전송 설정을 가져오거나 설정합니다. |
SocketReceiveBufferSize |
UDP 전송 요소의 수신 버퍼 크기 값을 가져오거나 설정합니다. |
TimeToLive |
UDP 바인딩 요소의 TTL(Time To Live)을 가져오거나 설정합니다. |