| Exam Code/Number: | 70-503Join the discussion |
| Exam Name: | TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation |
| Certification: | Microsoft |
| Question Number: | 270 |
| Publish Date: | Aug 20, 2026 |
|
Rating
100%
|
|
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You need to ensure that the callback channel between the service and the client application is available for the service to send a status message.
Which code segment should you use?
You are creating a Windows Communication Foundation (WCF) service by using Microsoft .NET Framework 3.5. You need to use a custom service host to host the WCF service in Windows Activation Services (WAS).
What should you do?
You are creating a Windows Communication Foundation client application by using Microsoft .NET Framework 3.5.
You need to inspect the parameters on the client application.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
You create a Windows Communication Foundation (WCF) service by using Microsoft .NET framework 3.5. You write the following code segment for a service contract.
You need to ensure that the WCF service meets the following requirements:
Which method implementation should you use?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. The service is hosted in a managed application.
You need to perform the following tasks:
Publish the service on the following address: net.tcp://localhost:8080/ExamService
Publish the metadata on the following address:
http://localhost:8081/ExamService/metadata?wsdl
Which code fragment should you use?