Answer:
A pair of interfaces is required to create a duplex contract.
1. Service Contract interface - Describes the operations that a client can invoke.
2. Callback Contract interface - Describes the operations that service can call on client.
The service contract should specify a callback contract in the System.ServiceModel.ServiceContractAttribute.CallbackContract property.
Asked In: Many Interviews |
Alert Moderator