UdpTransportBindingElement Members
The following tables list the members exposed by the UdpTransportBindingElement type.
Public Constructors
Name | Description | |
---|---|---|
UdpTransportBindingElement | Initializes a new instance of the UdpTransportBindingElement class with the specified configuration. |
Public Fields
Name | Description | |
---|---|---|
MaxUdpPacketSize | Specifies the maximum size of a UDP packet, in bytes. |
Protected Fields
Name | Description | |
---|---|---|
m_endpointUri | (Inherited from TransportBindingElement.) | |
m_Next | (Inherited from BindingElement.) | |
m_serviceUrn | (Inherited from TransportBindingElement.) | |
m_stream | (Inherited from TransportBindingElement.) | |
m_transportUri | (Inherited from TransportBindingElement.) |
Public Properties
Name | Description | |
---|---|---|
EndpointAddress | (Inherited from TransportBindingElement.) | |
EndpointPort | (Inherited from TransportBindingElement.) | |
ServiceUrn | (Inherited from TransportBindingElement.) | |
TransportAddress | (Inherited from TransportBindingElement.) |
Public Methods
Name | Description | |
---|---|---|
Close | (Inherited from BindingElement.) | |
Equals | (Inherited from Object.) | |
GetBindingProperty | (Inherited from BindingElement.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Open | (Inherited from BindingElement.) | |
ProcessInputMessage | (Inherited from BindingElement.) | |
ProcessOutputMessage | (Inherited from BindingElement.) | |
ReferenceEquals | (Inherited from Object.) | |
SetBindingConfiguration | (Inherited from BindingElement.) | |
SetNext | (Inherited from BindingElement.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnClose | Closes the stream for the UDP transport binding. | |
OnGetBindingProperty | (Inherited from BindingElement.) | |
OnOpen | Opens the stream for the UDP transport binding. | |
OnProcessInputMessage | Processes an input message. | |
OnProcessOutputMessage | Processes an output message. | |
OnSetBindingConfiguration | Sets the configuration for the UDP transport binding. |
See Also
Reference
UdpTransportBindingElement Class
Ws.Services.Binding Namespace