Represents the binding element that is used when the client must expose an endpoint for the service to send messages back to the client.
Public NotInheritable Class CompositeDuplexBindingElement _ Inherits BindingElement _ Implements IPolicyExportExtension
Dim instance As CompositeDuplexBindingElement
public sealed class CompositeDuplexBindingElement : BindingElement, IPolicyExportExtension
public ref class CompositeDuplexBindingElement sealed : public BindingElement, IPolicyExportExtension
public final class CompositeDuplexBindingElement extends BindingElement implements IPolicyExportExtension
This is commonly used with transports, such as HTTP, that do not allow duplex communications natively. TCP, by contrast, does allow duplex communications natively and so does not require the use of this binding element for the service to send messages back to a client.
The client must expose an address at which the service can contact it to establish a connection from the service to the client. This client address is provided by the ClientBaseAddress property. Note that Windows Communication Foundation (WCF) auto-generates a ClientBaseAddress if one is not explicitly set by the user.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003