DRAG DROP
There is a WCF (Windows Communication Foundation) service PassGuideService.
PassGuideService supports transactions. Messages handled by PassGuideService must be
encoded using a binary encoding, must be secured using Windows stream-based security, and
must be sent over TCR.
PassGuideService must implement a custom binding for the service.
How should the stacking order be defined?
Explanation:
looks wrong
order looking right to me is
transactionFlow
windowsStreamSecurity
binaryMessageEncoding
tcpTransport