C# Class UdpTransportBinding.NetUdpBinding

Binding for Udp. This is our "sample profile" for Udp, which uses Text+Soap 1.2 and allows for variation in Reliability capabilities. If ReliableSessionEnabled is set then we will layer RM+CompositeDuplex on top of Udp. Otherwise we will just have Udp on our stack.
Inheritance: System.ServiceModel.Channels.Binding
Afficher le fichier Open project: zencoders/sambatyon Class Usage Examples

Méthodes publiques

Méthode Description
CreateBindingElements ( ) : BindingElementCollection

Create the set of binding elements that make up this binding. NOTE: order of binding elements is important.

NetUdpBinding ( ) : System
NetUdpBinding ( bool reliableSessionEnabled ) : System
NetUdpBinding ( string configurationName ) : System
TryCreate ( BindingElementCollection elements, System.ServiceModel.Channels.Binding &binding ) : bool

Private Methods

Méthode Description
ApplyConfiguration ( string configurationName ) : void
Initialize ( ) : void
InitializeFrom ( UdpTransportBindingElement udpTransportBindingElement, TextMessageEncodingBindingElement textMessageEncodingBindingElement, ReliableSessionBindingElement reliableSessionBindingElement, CompositeDuplexBindingElement compositeDuplexBindingElement ) : void
IsBindingElementsMatch ( UdpTransportBindingElement udpTransportBindingElement, TextMessageEncodingBindingElement textMessageEncodingBindingElement, ReliableSessionBindingElement reliableSessionBindingElement, CompositeDuplexBindingElement compositeDuplexBindingElement ) : bool
IsCompositeDuplexMatch ( BindingElement a, BindingElement b ) : bool
IsEncodingMatch ( BindingElement a, BindingElement b ) : bool
IsMessageVersionMatch ( System.ServiceModel.Channels.MessageVersion a, System.ServiceModel.Channels.MessageVersion b ) : bool
IsSessionMatch ( BindingElement a, BindingElement b ) : bool
IsTransportMatch ( BindingElement a, BindingElement b ) : bool

Method Details

CreateBindingElements() public méthode

Create the set of binding elements that make up this binding. NOTE: order of binding elements is important.
public CreateBindingElements ( ) : BindingElementCollection
Résultat BindingElementCollection

NetUdpBinding() public méthode

public NetUdpBinding ( ) : System
Résultat System

NetUdpBinding() public méthode

public NetUdpBinding ( bool reliableSessionEnabled ) : System
reliableSessionEnabled bool
Résultat System

NetUdpBinding() public méthode

public NetUdpBinding ( string configurationName ) : System
configurationName string
Résultat System

TryCreate() public static méthode

public static TryCreate ( BindingElementCollection elements, System.ServiceModel.Channels.Binding &binding ) : bool
elements BindingElementCollection
binding System.ServiceModel.Channels.Binding
Résultat bool