C# Class UdpTransportBinding.UdpTransportElement

Configuration section for Udp.
Inheritance: System.ServiceModel.Configuration.BindingElementExtensionElement
Afficher le fichier Open project: zencoders/sambatyon Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ApplyConfiguration ( BindingElement bindingElement ) : void
CopyFrom ( System.ServiceModel.Configuration.ServiceModelExtensionElement from ) : void
UdpTransportElement ( ) : System

Méthodes protégées

Méthode Description
CreateBindingElement ( ) : BindingElement
InitializeFrom ( BindingElement bindingElement ) : void

Method Details

ApplyConfiguration() public méthode

public ApplyConfiguration ( BindingElement bindingElement ) : void
bindingElement BindingElement
Résultat void

CopyFrom() public méthode

public CopyFrom ( System.ServiceModel.Configuration.ServiceModelExtensionElement from ) : void
from System.ServiceModel.Configuration.ServiceModelExtensionElement
Résultat void

CreateBindingElement() protected méthode

protected CreateBindingElement ( ) : BindingElement
Résultat BindingElement

InitializeFrom() protected méthode

protected InitializeFrom ( BindingElement bindingElement ) : void
bindingElement BindingElement
Résultat void

UdpTransportElement() public méthode

public UdpTransportElement ( ) : System
Résultat System