UdpTransportBindingElement Class
Represents a UDP transport binding element.
Assembly: System.ServiceModel.Channels (in System.ServiceModel.Channels.dll)
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::TransportBindingElement
System.ServiceModel.Channels::UdpTransportBindingElement
| Name | Description | |
|---|---|---|
![]() | UdpTransportBindingElement() | Initializes a new instance of the UdpTransportBindingElement class. |
| Name | Description | |
|---|---|---|
![]() | DuplicateMessageHistoryLength | Gets or sets the maximum number of message hashes used by the binding to identify duplicate messages. |
![]() | ManualAddressing | Gets or sets a value that indicates whether manual addressing of the message is required.(Inherited from TransportBindingElement.) |
![]() | MaxBufferPoolSize | Gets or sets the maximum size, in bytes, of any buffer pools used by the transport. (Inherited from TransportBindingElement.) |
![]() | MaxPendingMessagesTotalSize | Gets or sets the maximum number of messages that are received but not yet removed from the input queue for an individual channel instance. |
![]() | MaxReceivedMessageSize | Gets and sets the maximum allowable message size, in bytes, that can be received.(Inherited from TransportBindingElement.) |
![]() | MulticastInterfaceId | Gets or sets the network adapter that is used when sending and receiving multicast traffic on multi-honed machines. |
![]() | RetransmissionSettings | Gets or sets the UDP retransmission settings. |
![]() | Scheme | Gets the URI scheme for the transport.(Overrides TransportBindingElement::Scheme.) |
![]() | SocketReceiveBufferSize | Gets or sets the receive buffer size on the underlying socket. |
![]() | TimeToLive | Gets or sets the number of network segment hops. |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory<TChannel>(BindingContext^) | Initializes a channel factory for producing channels of a specified type from the binding context.(Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext^).) |
![]() | BuildChannelListener<TChannel>(BindingContext^) | Initializes a channel listener to accept channels of a specified type from the binding context.(Overrides BindingElement::BuildChannelListener<TChannel>(BindingContext^).) |
![]() | CanBuildChannelFactory<TChannel>(BindingContext^) | Returns a value that indicates whether the binding element can build a channel factory for a specific type of channel.(Overrides BindingElement::CanBuildChannelFactory<TChannel>(BindingContext^).) |
![]() | CanBuildChannelListener<TChannel>(BindingContext^) | Returns a value that indicates whether the binding element can build a listener for a specific type of channel.(Overrides BindingElement::CanBuildChannelListener<TChannel>(BindingContext^).) |
![]() | Clone() | Returns a copy of the binding element object.(Overrides BindingElement::Clone().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty<T>(BindingContext^) | Returns a property from the specified binding context.(Overrides TransportBindingElement::GetProperty<T>(BindingContext^).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ShouldSerializeRetransmissionSettings() | Indicates whether the retransmission settings from the binding element should serialize. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPolicyExportExtension::ExportPolicy(MetadataExporter^, PolicyConversionContext^) | Writes the custom policy assertions into the context of the binding element. |
![]() ![]() | IWsdlExportExtension::ExportContract(WsdlExporter^, WsdlContractConversionContext^) | Writes the custom Web Services Description Language (WSDL) elements into the generated WSDL for a contract. |
![]() ![]() | IWsdlExportExtension::ExportEndpoint(WsdlExporter^, WsdlEndpointConversionContext^) | Writes the custom Web Services Description Language (WSDL) elements into the generated WSDL for an endpoint. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




