Microsoft
70-513 · Question #116
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…
The correct answer is B. transactionFlow, binaryMessageEncoding, windowsStreamSecurity, tcpTransport. See the full explanation below for the reasoning.
Question
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?
Options
- AtcpTransport, windowsStreamSecurity, transactionFlow, binaryMessageEncoding
- BtransactionFlow, binaryMessageEncoding, windowsStreamSecurity, tcpTransport
- CwindowsStreamSecurity, tcpTransport, binaryMessageEncoding, transactionFlow
- DbinaryMessageEncoding, transactionFlow, tcpTransport, windowsStreamSecurity
How the community answered
(28 responses)- A11% (3)
- B75% (21)
- C4% (1)
- D11% (3)
Community Discussion
No community discussion yet for this question.