Online Access Free 070-503 Exam Questions
| Exam Code: | 070-503 |
| Exam Name: | TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation |
| Certification Provider: | Microsoft |
| Free Question Number: | 270 |
| Posted: | Aug 02, 2026 |
You are creating a distributed application by using Microsoft .NET Framework 3.5.
The application uses the Windows Communication Foundation model.
You need to ensure that the following requirements are met:
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
You are creating a client application by using Microsoft .NET Framework 3.5. The application will be accessible on the Internet.
You plan to use the wsHttpBinding binding by using HTTPS. The Windows Communication Foundation (WCF) service is hosted by a Windows service. You associate the HTTPS port of the WCF server with an X.509 certificate.
You need to ensure that the client application trusts and validates the certificate.
What should you do?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5.
You need to configure a single service endpoint with the following logical and physical addresses:
Which configuration setting should you use?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. The client applications are unable to use SSL You need to ensure that clients authenticate by using a token provided by a Security Token Service (STS). What should you do?
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You write the following code segment.
The service uses a transactional binding. The TransactionFlow property for the binding is set to true. You need to ensure that the MyMethod method meets the following requirements:
Which code segment should you insert at line 05?