C# 클래스 UdpTransportBinding.UdpTransportElement

Configuration section for Udp.
상속: System.ServiceModel.Configuration.BindingElementExtensionElement
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyConfiguration ( BindingElement bindingElement ) : void
CopyFrom ( System.ServiceModel.Configuration.ServiceModelExtensionElement from ) : void
UdpTransportElement ( ) : System

보호된 메소드들

메소드 설명
CreateBindingElement ( ) : BindingElement
InitializeFrom ( BindingElement bindingElement ) : void

메소드 상세

ApplyConfiguration() 공개 메소드

public ApplyConfiguration ( BindingElement bindingElement ) : void
bindingElement BindingElement
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( System.ServiceModel.Configuration.ServiceModelExtensionElement from ) : void
from System.ServiceModel.Configuration.ServiceModelExtensionElement
리턴 void

CreateBindingElement() 보호된 메소드

protected CreateBindingElement ( ) : BindingElement
리턴 BindingElement

InitializeFrom() 보호된 메소드

protected InitializeFrom ( BindingElement bindingElement ) : void
bindingElement BindingElement
리턴 void

UdpTransportElement() 공개 메소드

public UdpTransportElement ( ) : System
리턴 System