Microsoft
70-513 · Question #116
70-513 Question #116: Real Exam Question with Answer & Explanation
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
Community Discussion
No community discussion yet for this question.