You are creating a Windows Communication Foundation (WCF) service. You have the
following requirements: Messages must be sent over TCP. The service must support
transactions. Messages must be encoded using a binary encoding. Messages must be
secured using Windows stream-based security. You need to implement a custom binding
for the service. In which order should the binding stack be configured?
A.
windowsStreamSecurity tcpTransport binaryMessageEncoding t ransactionFlow
B.
binaryMessageEncoding transactionFlow tcpTransport windowsStreamSecurity
C.
tcpTransport windowsStreamSecurity transactionFlow binaryMessageEncoding
D.
transactionFlow binaryMessageEncoding windowsStreamSecurity tcpTransport