Select from following answers:- Request/Response

- OneWay
- Duplex
- All Above
Request / Response is the default MEP . Because default value of IsOneWay property of OperationContractAttribute is false and for duplex we need to define callback service contract.
Request / Reply MEP is the most commonly used.
Show Correct Answer
|
Alert Moderator