070-503 試験問題を無料オンラインアクセス
| 試験コード: | 070-503 |
| 試験名称: | TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation |
| 認定資格: | Microsoft |
| 無料問題数: | 270 |
| 更新日: | 2026-07-11 |
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 are creating a Windows Communication Foundation service by using Microsoft .NET
Framework 3.5.
The service will be hosted on a Web server. You add the following code fragment to the
.svc file.
<% @ServiceHost factory="ExamServicefactory" Service="ExamService" %>
You need to create the instances of the services by using the custom ExamServicefactory class.
Which code segment should you use?
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You create the following service contract.
You need to create an endpoint for the service contract in the application configuration file.
Which endpoint should you use?
You are creating a client application by using Microsoft .NET Framework 3.5. The client application uses a Windows Communication Foundation service. To log the called service proxy methods and their parameters, you implement custom endpoint behavior in the following class.
class ParametersLoggerBehavior: lEndpointBehavior
{}
You also create the following class for the custom behavior.
class LoggerElement
: BehaviorExtensionElement {}
You add the following configuration code fragment to the application configuration file.
(Line numbers are included for reference only.)
You need to ensure that the endpoint uses the custom behavior. Which configuration settings should you insert at line 03?
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?