Configure WCF services by using the API

You are creating a CustomBinding that will be consumed only by .NET clients. Performance is the primary concern. Which of the following are true? (Choose all that apply)

You must define a BinaryMessageEncodingBindingElement to the binding.
You must not define either the TextMessageEncodingBindingElement or the MTOMMessageEncodingBindingElement.
You must define a TextMessageEncodingBindingElement to the binding.
You must define the BinaryMessageEncodingBindingElement.