Share via


UdpTransportBindingElement Members

The following tables list the members exposed by the UdpTransportBindingElement type.

Public Constructors

Name Description
Public Method UdpTransportBindingElement Initializes a new instance of the UdpTransportBindingElement class with the specified configuration.

Public Fields

Name Description
Public Field MaxUdpPacketSize Specifies the maximum size of a UDP packet, in bytes.

Protected Fields

Name Description
Protected Field m_endpointUri (Inherited from TransportBindingElement.)
Protected Field m_Next (Inherited from BindingElement.)
Protected Field m_serviceUrn (Inherited from TransportBindingElement.)
Protected Field m_stream (Inherited from TransportBindingElement.)
Protected Field m_transportUri (Inherited from TransportBindingElement.)

Public Properties

Name Description
Public Property EndpointAddress (Inherited from TransportBindingElement.)
Public Property EndpointPort (Inherited from TransportBindingElement.)
Public Property ServiceUrn (Inherited from TransportBindingElement.)
Public Property TransportAddress (Inherited from TransportBindingElement.)

Public Methods

Name Description
Public Method Close (Inherited from BindingElement.)
Public Method Equals (Inherited from Object.)
Public Method GetBindingProperty (Inherited from BindingElement.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Open (Inherited from BindingElement.)
Public Method ProcessInputMessage (Inherited from BindingElement.)
Public Method ProcessOutputMessage (Inherited from BindingElement.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method SetBindingConfiguration (Inherited from BindingElement.)
Public Method SetNext (Inherited from BindingElement.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method OnClose Closes the stream for the UDP transport binding.
Protected Method OnGetBindingProperty (Inherited from BindingElement.)
Protected Method OnOpen Opens the stream for the UDP transport binding.
Protected Method OnProcessInputMessage Processes an input message.
Protected Method OnProcessOutputMessage Processes an output message.
Protected Method OnSetBindingConfiguration Sets the configuration for the UDP transport binding.

See Also

Reference

UdpTransportBindingElement Class
Ws.Services.Binding Namespace