CompositeDuplexBindingElement Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ref class CompositeDuplexBindingElement sealed : System::ServiceModel::Channels::BindingElement, System::ServiceModel::Description::IPolicyExportExtension
public sealed class CompositeDuplexBindingElement : System.ServiceModel.Channels.BindingElement, System.ServiceModel.Description.IPolicyExportExtension
type CompositeDuplexBindingElement = class
inherit BindingElement
interface IPolicyExportExtension
Public NotInheritable Class CompositeDuplexBindingElement
Inherits BindingElement
Implements IPolicyExportExtension
- Inheritance
- Implements
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.
Composite |
Initializes a new instance of the CompositeDuplexBindingElement class. |
Client |
Gets or sets the base address for the client. |
Build |
Returns a channel factory that can create a composite duplex channel. |
Build |
Returns a channel listener that can accept a composite duplex channel. |
Can |
Returns a value that indicates whether the binding can build the channel factory that produces a specific type of channel that satisfies the context requirements. |
Can |
Returns a value that indicates whether the binding can build the channel listener that accepts a specific type of channel that satisfies the context requirements. |
Clone() |
Returns a deep clone of the current binding element. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Returns a typed object requested from the appropriate layer in one of the channel stacks. |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
IPolicy |
Exports custom policy assertions about bindings that represent the presence of composite duplex in the binding. |
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: