nerdexam
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)
  • A
    11% (3)
  • B
    75% (21)
  • C
    4% (1)
  • D
    11% (3)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice